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/10/28 23:11:01 UTC

[2/4] git commit: CB-5128: added repo + issue tag to plugin.xml for battery status plugin

CB-5128: added repo + issue tag to plugin.xml for battery status plugin


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

Branch: refs/heads/master
Commit: f9fbc36e2f146365d2450fd777ead07f2bf4304a
Parents: 6a184e9
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 21 15:21:24 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 21 15:21:24 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/f9fbc36e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ed6e1ac..9c2326b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,6 +8,8 @@
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,battery</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320643</issue>
 
     <js-module src="www/battery.js" name="battery">
         <clobbers target="navigator.battery" />