URL can now just be org.apache.cordova.core.file@whatever version and
it should work as well. That is url is passed as an argument to
plugman.fetch().

On Wed, Jul 31, 2013 at 9:42 AM,  <[email protected]> wrote:
> Updated Branches:
>   refs/heads/master c747de2bb -> 5ffbcd078
>
>
> [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/master
> Commit: 5ffbcd0784aea34a0f0388aaa4b5e6e50c353079
> Parents: c747de2
> Author: Fil Maj <[email protected]>
> Authored: Wed Jul 31 09:42:36 2013 -0700
> Committer: Fil Maj <[email protected]>
> 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">
>

Reply via email to