You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/15 00:51:05 UTC

[2/8] git commit: updating plugin.xml with registry data

updating plugin.xml with registry data


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

Branch: refs/heads/dev
Commit: f761170acf36f9ccfe78a765d1c972e1dc1292d3
Parents: c687a3d
Author: Anis Kadri <an...@apache.org>
Authored: Tue Jul 30 15:32:29 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Jul 30 15:32:29 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/f761170a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7554359..37ce3dc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -5,6 +5,9 @@
       version="0.1.0">
 
     <name>Network Information</name>
+    <description>Cordova Network Information Plugin</description>
+    <license>Apache</license>
+    <keywords>cordova,network,information</keywords>
     
     <js-module src="www/network.js" name="network">
         <clobbers target="navigator.connection" />