Repository: flex-asjs Updated Branches: refs/heads/develop 9cb961f7c -> 4c542a96e
allow for sdk and not just flex-sdk Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96 Branch: refs/heads/develop Commit: 4c542a96e482595579ded7e4a34369a595773027 Parents: 9cb961f Author: Alex Harui <[email protected]> Authored: Tue May 26 13:27:24 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Tue May 26 13:28:03 2015 -0700 ---------------------------------------------------------------------- asdoc/build.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index 17cc44e..c8aa06f 100644 --- a/asdoc/build.xml +++ b/asdoc/build.xml @@ -19,6 +19,10 @@ --> <project name="ASDocs" default="main" basedir="."> <property environment="env"/> + <available file="${basedir}/../../sdk" + type="dir" + property="FLEX_HOME" + value="${basedir}/../../sdk" /> <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/> <property name="lenient" value="true"/> <property name="flexlib" location="${basedir}/../frameworks"/>
