integrate js projects into 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/b0ac0d9d
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b0ac0d9d
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b0ac0d9d

Branch: refs/heads/develop
Commit: b0ac0d9db04c9c165486651c2c00c89ceb07568c
Parents: 2b3e839
Author: Alex Harui <aha...@apache.org>
Authored: Wed May 11 10:42:06 2016 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed May 11 10:42:06 2016 -0700

----------------------------------------------------------------------
 build.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b0ac0d9d/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 793701e..1bb6a1d 100644
--- a/build.xml
+++ b/build.xml
@@ -412,6 +412,7 @@
 
     <target name="frameworks-clean">
         <ant dir="${basedir}/frameworks" target="clean"/>
+        <ant dir="${basedir}/frameworks/js/FlexJS" target="clean"/>
     </target>
 
     <target name="package-clean">
@@ -440,6 +441,9 @@
     -->
 
     <target name="frameworks" description="Full build of all Actionscript 
framework SWCs, including resource bundles and themes" unless="airsdk.found">
+        <ant dir="${basedir}/frameworks/js/FlexJS">
+            <property name="locale" value="${locale}"/>
+        </ant>
         <ant dir="${basedir}/frameworks">
             <property name="locale" value="${locale}"/>
         </ant>

Reply via email to