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:54:40 UTC

[04/11] 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-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/7ebba4c5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/7ebba4c5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/7ebba4c5

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

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/7ebba4c5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c7c4245..b299be3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,6 +4,9 @@
            id="org.apache.cordova.core.device"
       version="0.1.0">
     <name>Device</name>
+    <description>Cordova Device Plugin</description>
+    <license>Apache</license>
+    <keywords>cordova,device</keywords>
 
     <js-module src="www/device.js" name="device">
         <clobbers target="device" />