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:13 UTC

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

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/703f6c68
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/703f6c68
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/703f6c68

Branch: refs/heads/master
Commit: 703f6c68d830d41f9de56c4da57dfbc9aef03556
Parents: 4e6cf5c
Author: hermwong <he...@gmail.com>
Authored: Mon Oct 21 15:33:45 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Mon Oct 21 15:33:45 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/703f6c68/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4be6c82..7588f34 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,6 +8,8 @@
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,camera</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320645</issue>
 
     <js-module src="www/CameraConstants.js" name="Camera">
         <clobbers target="Camera" />