You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/05/16 16:50:28 UTC

git commit: CB-6706: Relax dependency on file plugin

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 582fba785 -> d73911675


CB-6706: Relax dependency on file 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/d7391167
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/d7391167
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/d7391167

Branch: refs/heads/master
Commit: d73911675f229d46ed05d3597ba236053e9b74b8
Parents: 582fba7
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri May 16 10:49:39 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri May 16 10:49:39 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/d7391167/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index fdae0aa..9c1485f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,7 +30,7 @@ id="org.apache.cordova.media"
     <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>
     
-    <dependency id="org.apache.cordova.file" version="1.0.1" />
+    <dependency id="org.apache.cordova.file" version=">=1.0.1" />
 
     <js-module src="www/MediaError.js" name="MediaError">
         <clobbers target="window.MediaError" />