You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2017/01/20 12:54:27 UTC

cordova-plugin-file-transfer git commit: CB-12353 Corrected merges usage in plugin.xml

Repository: cordova-plugin-file-transfer
Updated Branches:
  refs/heads/master 8c13381cd -> ac2ae8ba2


CB-12353 Corrected merges usage in plugin.xml


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

Branch: refs/heads/master
Commit: ac2ae8ba2edc099dcde49cd66b810eb225e04d3d
Parents: 8c13381
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:25:45 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:53:55 2017 +0300

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/ac2ae8ba/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index bee434e..9275888 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -139,14 +139,14 @@
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/FileTransferProxy.js" name="FileTransferProxy">
-            <clobbers target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/FileTransferProxy.js" name="FileTransferProxy">
-            <clobbers target="" />
+            <runs />
         </js-module>
     </platform>
 


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