You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/02/27 01:53:21 UTC

[3/5] git commit: [flex-sdk] [refs/heads/develop] - add a default TLF_HOME to the TLF code in a source package

add a default TLF_HOME to the TLF code in a source package


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/60a53fe4
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/60a53fe4
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/60a53fe4

Branch: refs/heads/develop
Commit: 60a53fe4bb886bde22dbc38380c6474a91e8f6cc
Parents: 6e4fcdc
Author: Alex Harui <ah...@apache.org>
Authored: Wed Feb 26 16:47:23 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Feb 26 16:49:20 2014 -0800

----------------------------------------------------------------------
 build.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/60a53fe4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 30c67d5..6e17a1b 100644
--- a/build.xml
+++ b/build.xml
@@ -65,7 +65,12 @@
             property="TLF_HOME"
             value="${env.TLF_HOME}"/>
 
-    <!-- 
+    <available file="${FLEX_HOME}/frameworks/projects/textLayout/src"
+            type="dir"
+            property="TLF_HOME"
+            value="${FLEX_HOME}/frameworks/projects" />
+
+    <!--
         Optional jars but should be in place for a real release build.
         
         For <grep> put antelopetasks*.jar in this path.