You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/04/24 18:05:47 UTC

[15/50] [abbrv] git commit: [flex-falcon] [refs/heads/maven] - need default value

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 <ah...@apache.org>
Authored: Mon Apr 7 21:39:05 2014 -0700
Committer: Alex Harui <ah...@apache.org>
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} -->