Skip to content

Commit

Permalink
CB-8683 changed plugin-id to pacakge-name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Mar 31, 2015
1 parent f7e34cc commit b58b5ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.3.1-dev",
"description": "Cordova Device Plugin",
"cordova": {
"id": "org.apache.cordova.device",
"id": "cordova-plugin-device",
"platforms": [
"firefoxos",
"tizen",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.device"
id="cordova-plugin-device"
version="0.3.1-dev">
<name>Device</name>
<description>Cordova Device Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.device.tests"
id="cordova-plugin-device-tests"
version="0.3.1-dev">
<name>Cordova Device Plugin Tests</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit b58b5ed

Please sign in to comment.