CB-12353 Corrected merges usage in plugin.xml

This commit is contained in:
daserge 2017-01-18 17:20:23 +03:00 committed by Steve Gill
parent 2e1a6d5d22
commit 3409a86c0b

View File

@ -108,14 +108,14 @@
<!-- windows8 --> <!-- windows8 -->
<platform name="windows8"> <platform name="windows8">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" /> <runs />
</js-module> </js-module>
</platform> </platform>
<!-- windows --> <!-- windows -->
<platform name="windows"> <platform name="windows">
<js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
<merges target="" /> <runs />
</js-module> </js-module>
</platform> </platform>