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/15 02:26:58 UTC

[2/2] cordova-plugin-file-transfer git commit: [wp8] Relaxed engine version requirement, using reflection to see if methods are available

[wp8] Relaxed engine version requirement, using reflection to see if methods are available


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/72a5d951
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/72a5d951
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/72a5d951

Branch: refs/heads/master
Commit: 72a5d951a6efd02b573f0bf648ee0eb298a228a9
Parents: 907e1cd
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu May 14 17:26:21 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu May 14 17:26:21 2015 -0700

----------------------------------------------------------------------
 plugin.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/72a5d951/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b5a941d..f2c39ed 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-transfer"
-    version="1.1.1-dev">
+    version="1.2.1-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
@@ -31,10 +31,6 @@
 
     <!-- dependency id="org.apache.cordova.file@1" /-->
     <dependency id="cordova-plugin-file" version=">=2.0.0" />
-        
-    <engines>
-        <engine name="cordova-wp8" version=">=4.0"/>
-    </engines>
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />


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