CB-12353 Corrected merges usage in plugin.xml
diff --git a/plugin.xml b/plugin.xml
index a2eff24..99e1b0d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -363,7 +363,7 @@
     <!-- 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 @@
     <!-- 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">