This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new a14d534 fix download from cache
a14d534 is described below
commit a14d534d2eb2ed149295392c42a41608f5424e9b
Author: Alex Harui <[email protected]>
AuthorDate: Thu Mar 15 19:12:04 2018 -0700
fix download from cache
---
compiler-jx/src/main/resources/downloads.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/compiler-jx/src/main/resources/downloads.xml
b/compiler-jx/src/main/resources/downloads.xml
index 56e58b4..ac44d0a 100644
--- a/compiler-jx/src/main/resources/downloads.xml
+++ b/compiler-jx/src/main/resources/downloads.xml
@@ -47,7 +47,10 @@
<property name="maven.search.url" value="https://repo1.maven.org/maven2"/>
-
+ <property file="${ROYALE_COMPILER_HOME}/env.properties"/>
+ <property environment="env"/>
+ <property file="${ROYALE_COMPILER_HOME}/local.properties"/>
+ <property file="${ROYALE_COMPILER_HOME}/build.properties"/>
<!--
Because the downloads requires a network connection and the JARs don't
change very often,
--
To stop receiving notification emails like this one, please contact
[email protected].