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:53:20 UTC

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

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master e87067c98 -> 4325302f5


CB-12353 Corrected merges usage in plugin.xml


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

Branch: refs/heads/master
Commit: 4325302f5c891471a0409c3f2239f3c6fb87b549
Parents: e87067c
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:24:58 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:51:56 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/4325302f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a2eff24..99e1b0d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -363,7 +363,7 @@ to config.xml in order for the application to find previously stored files.
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/FileProxy.js" name="FileProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
         <js-module src="www/fileSystemPaths.js" name="fileSystemPaths">
@@ -375,7 +375,7 @@ to config.xml in order for the application to find previously stored files.
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/FileProxy.js" name="FileProxy">
-            <merges target="" />
+            <runs />
         </js-module>
 
         <js-module src="www/fileSystemPaths.js" name="fileSystemPaths">


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