This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 1b08d55 wrong path
1b08d55 is described below
commit 1b08d55ebbe0a5c764c63c71f4ae9f79c98a88a9
Author: Harbs <[email protected]>
AuthorDate: Wed Feb 14 14:21:55 2018 +0200
wrong path
---
js/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/js/pom.xml b/js/pom.xml
index 896ae7f..4212e84 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -117,7 +117,7 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/browser/w3c_css.js</url>
+
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_css.js</url>
<outputFileName>w3c_css.js</outputFileName>
<outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
<skipCache>true</skipCache>
@@ -131,7 +131,7 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/browser/gecko_dom.js</url>
+
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/gecko_dom.js</url>
<outputFileName>gecko_dom.js</outputFileName>
<outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
<skipCache>true</skipCache>
@@ -145,7 +145,7 @@
<goal>wget</goal>
</goals>
<configuration>
-
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/browser/w3c_dom2.js</url>
+
<url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_dom2.js</url>
<outputFileName>w3c_dom2.js</outputFileName>
<outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
<skipCache>true</skipCache>
--
To stop receiving notification emails like this one, please contact
[email protected].