You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 17:06:25 UTC

[04/37] git commit: CB-5128: added repo + issue tag in plugin.xml for device plugin

CB-5128: added repo + issue tag in plugin.xml for device plugin


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

Branch: refs/heads/cdvtest
Commit: 23c58714d2dcddac6f83c7bdd13cd23d2e057dd5
Parents: 633c447
Author: hermwong <he...@gmail.com>
Authored: Mon Oct 21 16:17:33 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Oct 21 16:17:33 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/23c58714/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 129e9d6..779d264 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -9,6 +9,8 @@
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,device</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320648</issue>
 
     <js-module src="www/device.js" name="device">
         <clobbers target="device" />