add cross-compiled js files to bin kit

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

Branch: refs/heads/develop
Commit: 97a6d7f9327279f66f659d80eab096ee60e68ed4
Parents: 40bc6b2
Author: Alex Harui <[email protected]>
Authored: Thu Jan 23 11:06:08 2014 -0800
Committer: Alex Harui <[email protected]>
Committed: Thu Jan 23 11:06:08 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/97a6d7f9/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 30a51a5..356ce7b 100644
--- a/build.xml
+++ b/build.xml
@@ -599,6 +599,10 @@
             <fileset dir="${FLEXJS_HOME}/frameworks/js/FlexJS/src">
                 <include name="**"/>
             </fileset>
+            <fileset dir="${FLEXJS_HOME}/frameworks/js/FlexJS/libs">
+                <include name="**"/>
+                <exclude name="FlexJSJXClasses.js"/>
+            </fileset>
         </copy>
         <copy todir="${basedir}/temp/frameworks/js" includeEmptyDirs="false">
             <fileset dir="${FLEXJS_HOME}/frameworks/js">

Reply via email to