You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/11 20:59:36 UTC

[2/4] git commit: [flex-falcon] [refs/heads/develop] - copy js.swc as well

copy js.swc as well


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

Branch: refs/heads/develop
Commit: d8afd04443374cbda0ab475d1b82713abd4003d6
Parents: ea7c3f8
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 11 11:27:41 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 11 11:59:17 2015 -0700

----------------------------------------------------------------------
 installer.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d8afd044/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index c9d078f..ca5520a 100644
--- a/installer.xml
+++ b/installer.xml
@@ -159,12 +159,17 @@
     <target name="copyfiles.jx" if="install.jx" description="copy FalconJX files into SDK" >
         <mkdir dir="${FLEX_HOME}/js/bin" />
         <mkdir dir="${FLEX_HOME}/js/lib" />
-        <!-- If sdk.branch is set to binary distro flexTasks is in a different place. -->
+        <mkdir dir="${FLEX_HOME}/js/libs" />
         <copy todir="${FLEX_HOME}/js/lib" failOnError="false" overwrite="true">
             <fileset dir="${FALCON_HOME}/js/lib">
                 <include name="**/**"/>
             </fileset>
         </copy>
+        <copy todir="${FLEX_HOME}/js/libs" failOnError="false" overwrite="true">
+            <fileset dir="${FALCON_HOME}/js/libs">
+                <include name="**/**"/>
+            </fileset>
+        </copy>
         <!-- flex-asjs has custom files
         <copy todir="${FLEX_HOME}/js/bin" failOnError="false" overwrite="true">
             <fileset dir="${FALCON_HOME}/js/bin">