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

git commit: updating plugin.xml with registry data

Updated Branches:
  refs/heads/master f52824aba -> 494478c5e


updating plugin.xml with registry data


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/494478c5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/494478c5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/494478c5

Branch: refs/heads/master
Commit: 494478c5e344c40e50fceaaa16f4b077ff0e9458
Parents: f52824a
Author: Anis Kadri <an...@apache.org>
Authored: Tue Jul 30 15:31:05 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Jul 30 15:31:05 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/494478c5/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9e8a699..4187057 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,6 +4,9 @@
            id="org.apache.cordova.core.battery-status"
       version="0.1.0">
     <name>Battery</name>
+    <description>Cordova Battery Plugin</description>
+    <license>Apache</license>
+    <keywords>cordova,battery</keywords>
 
     <js-module src="www/battery.js" name="battery">
         <clobbers target="navigator.battery" />