You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/03/13 20:51:24 UTC

cordova-plugins git commit: Temporary update of File dependency to point to dev version of the plugin.

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 65775dd59 -> 63975a8f4


Temporary update of File dependency to point to dev version of the plugin.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/63975a8f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/63975a8f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/63975a8f

Branch: refs/heads/master
Commit: 63975a8f4cf13ca0946c115d87ad83887fda18dd
Parents: 65775dd
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 13 12:51:25 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 13 12:51:25 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/63975a8f/local-webserver/plugin.xml
----------------------------------------------------------------------
diff --git a/local-webserver/plugin.xml b/local-webserver/plugin.xml
index 11cdd43..0953bbf 100644
--- a/local-webserver/plugin.xml
+++ b/local-webserver/plugin.xml
@@ -26,7 +26,7 @@
     <hook type="after_plugin_install" src="scripts/after_install.js" />
     <hook type="before_plugin_uninstall" src="scripts/before_uninstall.js" />
     
-    <dependency id="org.apache.cordova.file" version=">=1.0.1" />
+    <dependency id="org.apache.cordova.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git" version=">=1.3.4" />
 
     <engines>
         <engine name="cordova" version=">=3.7.0" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org