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

commit c25e23d3d41881e5335fbcb32ac6d89102d39f1d
Author: Alex Harui <aha...@apache.org>
AuthorDate: Fri Feb 2 14:55:59 2018 -0800

    add RoyaleSite
---
 frameworks/build.xml        | 5 +++++
 frameworks/projects/pom.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index ccb5c78..e58c9dc 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -136,6 +136,7 @@
                <antcall target="MaterialDesignLite"/>
                <antcall target="FontAwesome"/>
                <antcall target="Express"/>
+        <antcall target="RoyaleSite"/>
     </target>
     
     <target name="fonts">
@@ -189,6 +190,7 @@
         <ant dir="${basedir}/projects/XML" target="clean"/>
         <ant dir="${basedir}/projects/Text" target="clean"/>
         <ant dir="${basedir}/projects/TLF" target="clean"/>
+        <ant dir="${basedir}/projects/RoyaleSite" target="clean"/>
         <ant dir="${basedir}/fontsrc" target="clean"/>
 
         <!-- delete the FlashBuilder executable directories -->
@@ -321,6 +323,9 @@
     <target name="TLF" description="Clean build of TLF.swc">
         <ant dir="${basedir}/projects/TLF"/>
     </target>
+    <target name="RoyaleSite" description="Clean build of RoyaleSite.swc">
+        <ant dir="${basedir}/projects/RoyaleSite"/>
+    </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">
diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index b8ec485..8437123 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -59,6 +59,7 @@
     <module>XML</module>
     <module>Text</module>
     <module>TLF</module>
+    <module>RoyaleSite</module>
   </modules>
 
   <profiles>

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

Reply via email to