Add Express framework project to the build.

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/83eb2496
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/83eb2496
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/83eb2496

Branch: refs/heads/feature/fontawesome
Commit: 83eb2496d77797d4510b1c92bfefcea38573fe2f
Parents: effdecf
Author: Peter Ent <[email protected]>
Authored: Wed Jan 4 16:29:45 2017 -0500
Committer: Peter Ent <[email protected]>
Committed: Wed Jan 4 16:29:45 2017 -0500

----------------------------------------------------------------------
 frameworks/build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/83eb2496/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index a4087eb..1b4154c 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -98,6 +98,7 @@
         <antcall target="Storage"/>
         <antcall target="XML"/>
                <antcall target="MaterialDesignLite"/>
+               <antcall target="Express"/>
     </target>
     
     <target name="fonts">
@@ -130,6 +131,7 @@
         <ant dir="${basedir}/projects/Core" target="clean"/>
         <ant dir="${basedir}/projects/DragDrop" target="clean"/>
         <ant dir="${basedir}/projects/Effects" target="clean"/>
+        <ant dir="${basedir}/projects/Express" target="clean"/>
         <ant dir="${basedir}/projects/Flat" target="clean"/>
         <ant dir="${basedir}/projects/Formatters" target="clean"/>
         <ant dir="${basedir}/projects/GoogleMaps" target="clean"/>
@@ -198,6 +200,10 @@
         <ant dir="${basedir}/projects/Effects"/>
     </target>
 
+    <target name="Express" description="Clean build of Express.swc">
+        <ant dir="${basedir}/projects/Express"/>
+    </target>
+
     <target name="Flat" description="Clean build of Flat.swc">
         <ant dir="${basedir}/projects/Flat"/>
     </target>

Reply via email to