Updated Branches:
  refs/heads/master 5fd19bb5c -> 63a5f6fb9

Remove xmlns:android, fix plugin id


Project: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/63a5f6fb
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/63a5f6fb
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/63a5f6fb

Branch: refs/heads/master
Commit: 63a5f6fb92646e850f5f11aa384e3516f7b7a443
Parents: 5fd19bb
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-battery-status/blob/63a5f6fb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ca4e5f4..407030c 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.BatteryListener" version="0.1.0">
+           id="org.apache.cordova.core.battery-status"
+      version="0.1.0">
     <name>Battery</name>
 
     <js-module src="www/battery.js" name="battery">

Reply via email to