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/03 06:12:21 UTC

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

Repository: flex-falcon
Updated Branches:
  refs/heads/develop ae776e384 -> 520e6a526


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

Branch: refs/heads/develop
Commit: 520e6a526adb83344cdd95f21d52d548de6ad31e
Parents: ae776e3
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 2 21:12:12 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 2 21:12:12 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/520e6a52/installer.xml
----------------------------------------------------------------------
diff --git a/installer.xml b/installer.xml
index dfd1ffb..5740f90 100644
--- a/installer.xml
+++ b/installer.xml
@@ -94,6 +94,7 @@
     
     <target name="download" description="download compiler dependencies">
         <echo>${download.compiler.deps}</echo>
+        <property name="FALCON_HOME" value="${FLEX_HOME}" />
         <ant dir="${basedir}/compiler/src/main/resources" antfile="downloads.xml"/>
     </target>