need default value
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/dacde80e Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dacde80e Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/dacde80e Branch: refs/heads/maven Commit: dacde80e7f0776ab244db711f5c351680d0cfb5f Parents: c5557f5 Author: Alex Harui <[email protected]> Authored: Mon Apr 7 21:39:05 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Apr 7 21:39:05 2014 -0700 ---------------------------------------------------------------------- compiler/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dacde80e/compiler/build.xml ---------------------------------------------------------------------- diff --git a/compiler/build.xml b/compiler/build.xml index 92ea3e2..92651e9 100644 --- a/compiler/build.xml +++ b/compiler/build.xml @@ -62,6 +62,8 @@ property="sdk.branch" value="${compiler}/../../sdk" /> + <property name="sdk.branch" value="${FLEX_HOME}" /> + <!-- The 'sdk' property is the absolute path, with forward slashes, to the compiler/generated/dist/sdk directory --> <!-- where a Falcon SDK is built --> <!-- All output paths are expressed as absolute paths starting with ${sdk} -->
