fix build script so it can run 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/2fb768ac Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2fb768ac Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2fb768ac Branch: refs/heads/develop Commit: 2fb768ac2a6562e0751fb38f478297238126bd4e Parents: c74fe5f Author: Alex Harui <[email protected]> Authored: Tue Feb 4 15:42:20 2014 -0800 Committer: Alex Harui <[email protected]> Committed: Wed Feb 5 21:59:35 2014 -0800 ---------------------------------------------------------------------- examples/FlexJSTest_basic/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2fb768ac/examples/FlexJSTest_basic/build.xml ---------------------------------------------------------------------- diff --git a/examples/FlexJSTest_basic/build.xml b/examples/FlexJSTest_basic/build.xml index 7675a2c..95478e2 100644 --- a/examples/FlexJSTest_basic/build.xml +++ b/examples/FlexJSTest_basic/build.xml @@ -27,6 +27,7 @@ <property environment="env"/> <property file="${FLEXJS_HOME}/build.properties"/> <property name="FLEX_HOME" value="${FLEXJS_HOME}"/> + <property name="FALCON_HOME" value="${env.FALCON_HOME}"/> <include file="${basedir}/../build_example.xml" />
