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 2016/05/07 06:07:58 UTC

git commit: [flex-falcon] [refs/heads/develop] - still trying to fix install

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 09e9333b0 -> af0fac32c


still trying to fix install


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

Branch: refs/heads/develop
Commit: af0fac32ceda836b684b3e808205b90be8a21dad
Parents: 09e9333
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 6 23:07:43 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 6 23:07:54 2016 -0700

----------------------------------------------------------------------
 installer.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/af0fac32/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 0bdef5c..b3ed920 100644
--- a/installer.xml
+++ b/installer.xml
@@ -136,6 +136,11 @@
                 <include name="**/*"/>
             </fileset>
         </copy>
+        <copy todir="${FLEX_HOME}/lib" overwrite="true" includeEmptyDirs="false">
+            <fileset dir="${FALCON_HOME}/lib">
+                <include name="**/*"/>
+            </fileset>
+        </copy>
         <!-- needed to make FB happy, maybe other IDEs as well -->
         <copy tofile="${FLEX_HOME}/lib/mxmlc.jar" file="${FLEX_HOME}/lib/falcon-mxmlc.jar" overwrite="true"/>
     </target>