You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/05/12 10:39:01 UTC

cordova-plugin-file-transfer git commit: fix bad commit (mine) for cordova-wp8@4.0.0 engine req

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 93d24a94c -> 5078eceb2


fix bad commit (mine) for cordova-wp8@4.0.0 engine req


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/5078eceb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/5078eceb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/5078eceb

Branch: refs/heads/master
Commit: 5078eceb2b486aead0e52649cdf241faf9c23bc2
Parents: 93d24a9
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue May 12 01:38:53 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue May 12 01:38:53 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/5078eceb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c7955a9..1f194a6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,7 +33,7 @@
     <dependency id="cordova-plugin-file" version=">=2.0.0" />
         
     <engines>
-        <engine name="cordova-wp8" version="1.0.0" platform="android" scriptSrc="path_to_my_custom_framework_version"/>
+        <engine name="cordova-wp8" version=">=4.0.0"/>
     </engines>
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">


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