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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 3793335 try to fix js-only build
3793335 is described below
commit 37933359d9dc7aaf7fdbc9448e535fa063d0ff40
Author: Alex Harui <[email protected]>
AuthorDate: Wed Jun 12 00:19:01 2019 -0700
try to fix js-only build
---
frameworks/themes/JewelTheme/build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/frameworks/themes/JewelTheme/build.xml
b/frameworks/themes/JewelTheme/build.xml
index 58b051d..dd2970c 100644
--- a/frameworks/themes/JewelTheme/build.xml
+++ b/frameworks/themes/JewelTheme/build.xml
@@ -45,6 +45,7 @@
<property name="ROYALE_SWF_COMPILER_HOME"
value="${ROYALE_SWF_COMPILER_HOME}"/>
<property name="ROYALE_COMPILER_HOME"
value="${ROYALE_COMPILER_HOME}"/>
<property name="ROYALE_HOME" value="${ROYALE_HOME}"/>
+ <property name="royale.swc-date" value="${royale.swc-date}"/>
</ant>
<copy
file="${ROYALE_HOME}/frameworks/js/themes/${ant.project.name}JS/target/${ant.project.name}JS.swc"
tofile="${ROYALE_HOME}/frameworks/libs/${target.name}" />
</target>