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

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

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 894d16419 -> 118556154


CB-12353 Corrected merges usage in plugin.xml


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

Branch: refs/heads/master
Commit: 1185561549eb7e3780a9d43a1795662692843444
Parents: 894d164
Author: daserge <v-...@microsoft.com>
Authored: Wed Jan 18 17:20:23 2017 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Fri Jan 20 14:57:35 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/11855615/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 81b218d..1e968a8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -108,14 +108,14 @@
     <!-- windows8 -->
     <platform name="windows8">
         <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
-            <merges target="" />
+            <runs />
         </js-module>
     </platform>
 
     <!-- windows -->
     <platform name="windows">
         <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
-            <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