You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/03 23:25:33 UTC

[cordova-plugin-splashscreen] branch janpio-fix_windows created (now b1fc4a9)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-fix_windows
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git.


      at b1fc4a9  move windows splashscreenproxy to correct location

This branch includes the following new commits:

     new b1fc4a9  move windows splashscreenproxy to correct location

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-splashscreen] 01/01: move windows splashscreenproxy to correct location

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-fix_windows
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git

commit b1fc4a92742ed00a6641e37f2380dd444e62f00a
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat May 4 01:25:22 2019 +0200

    move windows splashscreenproxy to correct location
---
 plugin.xml                                | 2 +-
 {www => src}/windows/SplashScreenProxy.js | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin.xml b/plugin.xml
index fea1a57..a25821e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -68,7 +68,7 @@
 
     <!-- windows -->
     <platform name="windows">
-        <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy">
+        <js-module src="src/windows/SplashScreenProxy.js" name="SplashScreenProxy">
             <runs />
         </js-module>
     </platform>
diff --git a/www/windows/SplashScreenProxy.js b/src/windows/SplashScreenProxy.js
similarity index 100%
rename from www/windows/SplashScreenProxy.js
rename to src/windows/SplashScreenProxy.js


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