Updated Branches:
  refs/heads/master ef8a642bc -> f3ea88aff

Remove xmlns:android, fix plugin id


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

Branch: refs/heads/master
Commit: f3ea88aff18a3bd91f57558a2903e34944607294
Parents: ef8a642
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 18:35:56 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 18:40:23 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/f3ea88af/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 981e82e..d698e85 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,9 +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.GeoBroker"
-    version="0.1.0">
+           id="org.apache.cordova.core.geolocation"
+      version="0.1.0">
 
     <name>Geolocation</name>
 

Reply via email to