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/06 17:51:13 UTC

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

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 9c7adb248 -> 70ebabf9f


try 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/70ebabf9
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/70ebabf9
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/70ebabf9

Branch: refs/heads/develop
Commit: 70ebabf9fec841c664cae5bd99b7609b2ba4b643
Parents: 9c7adb2
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 6 10:50:56 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 6 10:51:08 2016 -0700

----------------------------------------------------------------------
 installer.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/70ebabf9/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index 5740f90..0bdef5c 100644
--- a/installer.xml
+++ b/installer.xml
@@ -133,7 +133,7 @@
         </copy>
         <copy todir="${FLEX_HOME}/lib" overwrite="true" includeEmptyDirs="false">
             <fileset dir="${FALCON_HOME}/compiler/lib">
-                <include name="**"/>
+                <include name="**/*"/>
             </fileset>
         </copy>
         <!-- needed to make FB happy, maybe other IDEs as well -->