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 14:23:09 UTC

[royale-typedefs] branch develop updated: Revert latest changes related to download url.js

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 d323c18  Revert latest changes related to download url.js
d323c18 is described below

commit d323c18d3a6be44031dd9ccbf1f0ca9b958254d4
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Jul 30 16:22:57 2019 +0200

    Revert latest changes related to download url.js
---
 js/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/js/pom.xml b/js/pom.xml
index 6a2f3ff..bd41d3f 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -180,20 +180,6 @@
               <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>
 
@@ -230,7 +216,6 @@
                 <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>