Updated Branches:
  refs/heads/master f716a28b1 -> f4d804c71

Remove xmlns:android, fix plugin id


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

Branch: refs/heads/master
Commit: f4d804c71c4f616f34d4e522a9eade0e937797de
Parents: f716a28
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/f4d804c7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 78dd358..65421b9 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.NetworkManager" version="0.1.0">
+           id="org.apache.cordova.core.network-information"
+      version="0.1.0">
 
     <name>Network Information</name>
     

Reply via email to