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/08/15 00:48:47 UTC

[3/9] git commit: [CB-4392] Remove bad subdirectory reference from plugin.xml

[CB-4392] Remove bad subdirectory reference from plugin.xml


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/5ffbcd07
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/5ffbcd07
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/5ffbcd07

Branch: refs/heads/dev
Commit: 5ffbcd0784aea34a0f0388aaa4b5e6e50c353079
Parents: c747de2
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Jul 31 09:42:36 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Jul 31 09:42:36 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5ffbcd07/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 40a568f..f0b5ad7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -9,7 +9,7 @@
     <license>Apache</license>
     <keywords>cordova,media,capture</keywords>
     
-    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
+    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
 
     
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">