Updated Branches:
  refs/heads/dev 2078f5728 -> 51ba4adec

CB-5128: add repo + issue tag to plugin.xml for network information plugin


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/51ba4ade
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/51ba4ade
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/51ba4ade

Branch: refs/heads/dev
Commit: 51ba4adec1472e0b70813fd8ea68b314d03e1ad7
Parents: 2078f57
Author: hermwong <[email protected]>
Authored: Tue Oct 22 13:59:42 2013 -0700
Committer: hermwong <[email protected]>
Committed: Tue Oct 22 13:59:42 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/51ba4ade/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 85de51f..4860348 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -9,6 +9,8 @@ xmlns:android="http://schemas.android.com/apk/res/android";
     <description>Cordova Network Information Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,network,information</keywords>
+    
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320640</issue>
     
     <js-module src="www/network.js" name="network">
         <clobbers target="navigator.connection" />

Reply via email to