Updated Branches:
  refs/heads/master 89b1792cd -> 40cc068ac

Remove xmlns:android, fix plugin id


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

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

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/40cc068a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 41e171e..336d5a5 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.Globalization"
-    version="0.1.0">
+           id="org.apache.cordova.core.globalization"
+      version="0.1.0">
     <name>Globalization</name>
 
     <js-module src="www/GlobalizationError.js" name="GlobalizationError">

Reply via email to