You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2014/02/22 00:56:20 UTC

git commit: [flex-asjs] [refs/heads/develop] - more build.xml example fixed

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 39d4236ba -> d26094926


more build.xml example fixed


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

Branch: refs/heads/develop
Commit: d26094926bae89e97dee61373b674db9a25387a3
Parents: 39d4236
Author: Carlos Rovira <ca...@apache.org>
Authored: Sat Feb 22 00:56:09 2014 +0100
Committer: Carlos Rovira <ca...@apache.org>
Committed: Sat Feb 22 00:56:09 2014 +0100

----------------------------------------------------------------------
 examples/FlexJSTest_SVG/build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d2609492/examples/FlexJSTest_SVG/build.xml
----------------------------------------------------------------------
diff --git a/examples/FlexJSTest_SVG/build.xml b/examples/FlexJSTest_SVG/build.xml
index d478a42..4b9131a 100644
--- a/examples/FlexJSTest_SVG/build.xml
+++ b/examples/FlexJSTest_SVG/build.xml
@@ -27,7 +27,10 @@
     <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" />
 
     <target name="main" depends="clean,build_example.compile,build_example.compilejs" description="Clean build of ${example}">