You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/07/30 13:52:03 UTC

[royale-typedefs] branch develop updated: Bring back getting url.js for maven build

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

piotrz 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 f4199af  Bring back getting url.js for maven build
f4199af is described below

commit f4199af2511bb7f0a184714809068e56ae350110
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Jul 30 15:51:51 2019 +0200

    Bring back getting url.js for maven build
---
 js/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/js/pom.xml b/js/pom.xml
index bd41d3f..6a2f3ff 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -180,6 +180,20 @@
               <overwrite>true</overwrite>
             </configuration>
           </execution>
+          <execution>
+            <id>get-url</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>wget</goal>
+            </goals>
+            <configuration>
+              <url>https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/url.js</url>
+              <outputFileName>url.js</outputFileName>
+              <outputDirectory>${project.build.directory}/downloads/browser</outputDirectory>
+              <skipCache>true</skipCache>
+              <overwrite>true</overwrite>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
 
@@ -216,6 +230,7 @@
                 <include>browser/webstorage.js</include>
                 <include>browser/whatwg_encoding.js</include>
                 <include>es6_collections.js</include>
+                <include>browser/url.js</include>
               </includes>
               <excludes>
                 <exclude>browser/w3c_dom4.js</exclude>