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 261b230a915c0e322336427e880e25bfff6bc73b
Author: Alex Harui <[email protected]>
AuthorDate: Tue Mar 27 21:49:07 2018 -0700

    add MXRoyale to build
---
 frameworks/build.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index e58c9dc..f29ec07 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -137,6 +137,7 @@
                <antcall target="FontAwesome"/>
                <antcall target="Express"/>
         <antcall target="RoyaleSite"/>
+        <antcall target="MXRoyale"/>
     </target>
     
     <target name="fonts">
@@ -191,6 +192,7 @@
         <ant dir="${basedir}/projects/Text" target="clean"/>
         <ant dir="${basedir}/projects/TLF" target="clean"/>
         <ant dir="${basedir}/projects/RoyaleSite" target="clean"/>
+        <ant dir="${basedir}/projects/MXRoyale" target="clean"/>
         <ant dir="${basedir}/fontsrc" target="clean"/>
 
         <!-- delete the FlashBuilder executable directories -->
@@ -326,6 +328,9 @@
     <target name="RoyaleSite" description="Clean build of RoyaleSite.swc">
         <ant dir="${basedir}/projects/RoyaleSite"/>
     </target>
+    <target name="MXRoyale" description="Clean build of RoyaleSite.swc">
+        <ant dir="${basedir}/projects/MXRoyale"/>
+    </target>
 
     <target name="create-config" depends="playerglobal-setswfversion" 
description="Copy the config template and inject version numbers">
         <copy file="${basedir}/${configname}-config-template.xml" 
tofile="${basedir}/${configname}-config.xml" overwrite="true">

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to