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:44:33 UTC

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

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master 78b0ec866 -> a6c516ccb


CB-12353 Corrected merges usage in plugin.xml


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

Branch: refs/heads/master
Commit: a6c516ccb53b688a74300c9172ef7d06a03fb5c8
Parents: 78b0ec8
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 19:21:55 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 15:44:08 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/a6c516cc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 36d1d2d..ea1ba04 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -138,14 +138,14 @@
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="src/windows/AccelerometerProxy.js" name="AccelerometerProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- windows -->
     <platform name="windows">
         <js-module src="src/windows/AccelerometerProxy.js" name="AccelerometerProxy">
-            <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