Updated Branches:
  refs/heads/master 7a62f76d5 -> 8949f0f7e

Remove xmlns:android, fix plugin id


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/8949f0f7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/8949f0f7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/8949f0f7

Branch: refs/heads/master
Commit: 8949f0f7e10bd1dfb0df3c618875504e57a7ddc6
Parents: 7a62f76
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 18:35:55 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 18:35:55 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/8949f0f7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2f031df..a9b52ea 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0";
-xmlns:android="http://schemas.android.com/apk/res/android";
-id="org.apache.cordova.core.device" version="0.1.0">
+           id="org.apache.cordova.core.device"
+      version="0.1.0">
     <name>Device</name>
 
     <js-module src="www/device.js" name="device">

Reply via email to