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/14 23:30:52 UTC

[2/9] 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-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/a8b3c56c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/a8b3c56c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/a8b3c56c

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

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a8b3c56c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 04e4104..0718c36 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,6 +4,9 @@
            id="org.apache.cordova.core.contacts"
       version="0.1.0">
     <name>Contacts</name>
+    <description>Cordova Contacts Plugin</description>
+    <license>Apache</license>
+    <keywords>cordova,contacts</keywords>
 
 
     <js-module src="www/contacts.js" name="contacts">