Revert "CB-8683 changed plugin-id to pacakge-name"

This reverts commit 2c1ded2c43.
This commit is contained in:
Steve Gill 2015-04-01 16:35:33 -07:00
parent c85cab15b7
commit 5143885b6f
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "0.6.1-dev",
"description": "Cordova InAppBrowser Plugin",
"cordova": {
"id": "cordova-plugin-inappbrowser",
"id": "org.apache.cordova.inappbrowser",
"platforms": [
"android",
"amazon-fireos",

View File

@ -19,7 +19,7 @@
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
id="org.apache.cordova.inappbrowser"
version="0.6.1-dev">
<name>InAppBrowser</name>

View File

@ -19,7 +19,7 @@
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser-tests"
id="org.apache.cordova.inappbrowser.tests"
version="0.6.1-dev">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>