Updated Branches: refs/heads/dev 8414c7303 -> d7ab62ffc
CB-5128: added repo + issue tag to plugin.xml for media capture plugin Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/d7ab62ff Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/d7ab62ff Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/d7ab62ff Branch: refs/heads/dev Commit: d7ab62ffc93a41c1efedcabef6caf3a8491d7757 Parents: 8414c73 Author: hermwong <[email protected]> Authored: Tue Oct 22 13:47:55 2013 -0700 Committer: hermwong <[email protected]> Committed: Tue Oct 22 13:47:55 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/d7ab62ff/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f294950..766a713 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,6 +9,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" <description>Cordova Media Capture Plugin</description> <license>Apache 2.0</license> <keywords>cordova,media,capture</keywords> + <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo> + <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue> <dependency id="org.apache.cordova.file" />
