You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/10/22 22:45:52 UTC

git commit: CB-5128: add repo + issue tag to plugin.xml for media plugin

Updated Branches:
  refs/heads/dev 4bf648a0b -> d592158d8


CB-5128: add repo + issue tag to plugin.xml for media plugin


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

Branch: refs/heads/dev
Commit: d592158d8f4c8234a96ef64974b7de1d0ef892ac
Parents: 4bf648a
Author: hermwong <he...@gmail.com>
Authored: Tue Oct 22 13:41:49 2013 -0700
Committer: hermwong <he...@gmail.com>
Committed: Tue Oct 22 13:41:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/d592158d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0a47f12..411f146 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,6 +8,8 @@ id="org.apache.cordova.media"
     <description>Cordova Media Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,media</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue>
 
     <js-module src="www/MediaError.js" name="MediaError">
         <clobbers target="window.MediaError" />