Repository: flex-asjs Updated Branches: refs/heads/develop 1b7c522ff -> 0de03f958
try to fix asdoc build Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0de03f95 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0de03f95 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0de03f95 Branch: refs/heads/develop Commit: 0de03f9587479ba8874a8189895c09d5aca9e4e2 Parents: 1b7c522 Author: Alex Harui <[email protected]> Authored: Mon Dec 14 08:12:07 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Dec 14 08:12:07 2015 -0800 ---------------------------------------------------------------------- asdoc/build.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0de03f95/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index 21b63cf..8f7ec1b 100644 --- a/asdoc/build.xml +++ b/asdoc/build.xml @@ -21,19 +21,19 @@ <property environment="env"/> <available file="${basedir}/../../sdk" type="dir" - property="FLEX_SDK_HOME" + property="FLEX_HOME" value="${basedir}/../../sdk" /> - <property name="FLEX_SDK_HOME" value="${basedir}/../../flex-sdk"/> + <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/> <property name="lenient" value="true"/> <property name="flexlib" location="${basedir}/../frameworks"/> <property name="doc_output" location="${basedir}/../asdoc-output" /> <property name="project_home" location="${basedir}/../frameworks/projects"/> - <property file="${FLEX_SDK_HOME}/env.properties"/> - <property file="${FLEX_SDK_HOME}/build.properties"/> + <property file="${FLEX_HOME}/env.properties"/> + <property file="${FLEX_HOME}/build.properties"/> - <echo message="FLEX_SDK_HOME = ${FLEX_SDK_HOME}" /> + <echo message="FLEX_HOME = ${FLEX_HOME}" /> <echo message="flexlib = ${flexlib}" /> <echo message="doc_output = ${doc_output}" /> <echo message="compiler.source-path = ${project_home}/*/as/src" /> @@ -60,7 +60,7 @@ </condition> <path id="flexTasks.path"> - <fileset dir="${FLEX_SDK_HOME}"> + <fileset dir="${FLEX_HOME}"> <include name="lib/flexTasks.jar" /> <include name="ant/lib/flexTasks.jar" /> </fileset>
