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 2018/05/10 22:34:33 UTC

[royale-asjs] 04/04: SparkRoyale in ant build

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit b1365114176c0ac204c120324f38807cd7c74452
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu May 10 15:34:03 2018 -0700

    SparkRoyale in ant build
---
 frameworks/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index 384aca6..1511c88 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -139,6 +139,7 @@
 		<antcall target="Express"/>
         <antcall target="RoyaleSite"/>
         <antcall target="MXRoyale"/>
+        <antcall target="SparkRoyale"/>
         <antcall target="Jewel"/>
         <antcall target="JewelTheme"/>
     </target>
@@ -196,6 +197,7 @@
         <ant dir="${basedir}/projects/TLF" target="clean"/>
         <ant dir="${basedir}/projects/RoyaleSite" target="clean"/>
         <ant dir="${basedir}/projects/MXRoyale" target="clean"/>
+        <ant dir="${basedir}/projects/SparkRoyale" target="clean"/>
         <ant dir="${basedir}/projects/Jewel" target="clean"/>
         <ant dir="${basedir}/themes/JewelTheme" target="clean"/>
         <ant dir="${basedir}/fontsrc" target="clean"/>
@@ -340,6 +342,9 @@
     <target name="MXRoyale" description="Clean build of MXRoyale.swc">
         <ant dir="${basedir}/projects/MXRoyale"/>
     </target>
+    <target name="SparkRoyale" description="Clean build of SparkRoyale.swc">
+        <ant dir="${basedir}/projects/SparkRoyale"/>
+    </target>
     <target name="Jewel" description="Clean build of Jewel.swc">
         <ant dir="${basedir}/projects/Jewel"/>
     </target>

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.