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 2014/05/06 09:17:27 UTC

[2/9] git commit: [flex-asjs] [refs/heads/develop] - fix script so it runs on its own

fix script so it runs on its own


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

Branch: refs/heads/develop
Commit: e02da518d27941bcf77f9b98725f15a7426504a6
Parents: a89d98e
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 5 13:30:52 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 5 13:30:52 2014 -0700

----------------------------------------------------------------------
 examples/FlexJSTest_jquery/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e02da518/examples/FlexJSTest_jquery/build.xml
----------------------------------------------------------------------
diff --git a/examples/FlexJSTest_jquery/build.xml b/examples/FlexJSTest_jquery/build.xml
index 50ed81b..44cdb47 100644
--- a/examples/FlexJSTest_jquery/build.xml
+++ b/examples/FlexJSTest_jquery/build.xml
@@ -27,6 +27,9 @@
     <property environment="env"/>
     <property file="${FLEXJS_HOME}/build.properties"/>
     <property name="FLEX_HOME" value="${FLEXJS_HOME}"/>
+    <property name="FALCON_HOME" value="${env.FALCON_HOME}"/>
+    <property name="FALCONJX_HOME" value="${env.FALCONJX_HOME}"/>
+    <property name="GOOG_HOME" value="${env.GOOG_HOME}"/>
 
     <include file="${basedir}/../build_example.xml" />