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/master Commit: 60a53fe4bb886bde22dbc38380c6474a91e8f6cc Parents: 6e4fcdc Author: Alex Harui <[email protected]> Authored: Wed Feb 26 16:47:23 2014 -0800 Committer: Alex Harui <[email protected]> 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.
