CB-8683 changed plugin-id to pacakge-name

This commit is contained in:
Steve Gill 2015-04-01 16:38:16 -07:00
parent 86d0163696
commit 3ea83cb02b
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "0.2.16-dev", "version": "0.2.16-dev",
"description": "Cordova Network Information Plugin", "description": "Cordova Network Information Plugin",
"cordova": { "cordova": {
"id": "org.apache.cordova.network-information", "id": "cordova-plugin-network-information",
"platforms": [ "platforms": [
"firefoxos", "firefoxos",
"android", "android",

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.network-information" id="cordova-plugin-network-information"
version="0.2.16-dev"> version="0.2.16-dev">
<name>Network Information</name> <name>Network Information</name>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.network-information.tests" id="cordova-plugin-network-information-tests"
version="0.2.16-dev"> version="0.2.16-dev">
<name>Cordova Network Information Plugin Tests</name> <name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>