Updated Branches: refs/heads/master 49ed92e2b -> 743a97f08
Remove xmlns:android, fix plugin id 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/743a97f0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/743a97f0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/743a97f0 Branch: refs/heads/master Commit: 743a97f0863fd8e5ddc649e108d3126fc734f653 Parents: 49ed92e Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:56 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:40:25 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/743a97f0/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 106d7a7..8656d21 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" -xmlns:android="http://schemas.android.com/apk/res/android" -id="org.apache.cordova.core.Capture" version="0.1.0"> + id="org.apache.cordova.core.media-capture" + version="0.1.0"> <name>Capture</name> - <dependency id="org.apache.cordova.core.FileUtils" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" /> - <dependency id="org.apache.cordova.core.AudioHandler" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-media" commit="master" subdir="/*" /> + <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" /> <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions"> <clobbers target="CaptureAudioOptions" />
