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:43:39 UTC

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

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master cf56c90f4 -> 48e0e7f32


CB-12353 Corrected merges usage in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/48e0e7f3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/48e0e7f3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/48e0e7f3

Branch: refs/heads/master
Commit: 48e0e7f321e88bdfc6b42659ae396e5d4be40992
Parents: cf56c90
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:21:10 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:40:27 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/48e0e7f3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f0a18bb..7ddc14d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -143,7 +143,7 @@
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/DeviceProxy.js" name="DeviceProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 


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