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 2100e92 Don’t skip for now
2100e92 is described below
commit 2100e92304e8ae931a34b6fa237db4fcc4abcd06
Author: Harbs <[email protected]>
AuthorDate: Wed Feb 14 10:39:08 2018 +0200
Don’t skip for now
(to make sure it builds with the correct version)
---
js/build.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/js/build.xml b/js/build.xml
index f32d27a..757bfa0 100644
--- a/js/build.xml
+++ b/js/build.xml
@@ -99,12 +99,12 @@
<exclude name="**/w3c_dom2.js"/>
</patternset>
</unzip>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/svg.js"
dest="${basedir}/target/downloads/svg.js" ignoreerrors="true"
skipexisting="true"/>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es3.js"
dest="${basedir}/target/downloads/es3.js" ignoreerrors="true"
skipexisting="true"/>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es6.js"
dest="${basedir}/target/downloads/es6.js" ignoreerrors="true"
skipexisting="true"/>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_css.js"
dest="${basedir}/target/downloads/browser/w3c_css.js" ignoreerrors="true"
skipexisting="true"/>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/gecko_dom.js"
dest="${basedir}/target/downloads/browser/gecko_dom.js" ignoreerrors="true"
skipexisting="true"/>
- <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_dom2.js"
dest="${basedir}/target/downloads/browser/w3c_dom2.js" ignoreerrors="true"
skipexisting="true"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/contrib/externs/svg.js"
dest="${basedir}/target/downloads/svg.js" ignoreerrors="true"
skipexisting="false"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es3.js"
dest="${basedir}/target/downloads/es3.js" ignoreerrors="true"
skipexisting="false"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/es6.js"
dest="${basedir}/target/downloads/es6.js" ignoreerrors="true"
skipexisting="false"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_css.js"
dest="${basedir}/target/downloads/browser/w3c_css.js" ignoreerrors="true"
skipexisting="false"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/gecko_dom.js"
dest="${basedir}/target/downloads/browser/gecko_dom.js" ignoreerrors="true"
skipexisting="false"/>
+ <get
src="https://raw.githubusercontent.com/royale-extras/closure-compiler/royale/externs/browser/w3c_dom2.js"
dest="${basedir}/target/downloads/browser/w3c_dom2.js" ignoreerrors="true"
skipexisting="false"/>
<antcall target="get-from-cache-if-needed" >
<param name="srcFile" value="svg.js" />
<param name="destFile" value="svg.js" />
--
To stop receiving notification emails like this one, please contact
[email protected].