CB-8683 changed plugin-id to pacakge-name

This commit is contained in:
Steve Gill 2015-04-01 16:31:51 -07:00
parent eb59809c34
commit 2c1ded2c43
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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