You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/06/12 07:19:14 UTC

[royale-asjs] branch develop updated: try to fix js-only build

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 <ah...@apache.org>
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>