You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/06 04:11:11 UTC

[4/4] git commit: Fixed TLF path to be based on tif.branch not tlf.version

Fixed TLF path to be based on tif.branch not tlf.version


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

Branch: refs/heads/develop
Commit: 2d04e0729bffa4591006a513ad0d8ebda21ff8c5
Parents: 7174b48
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Apr 6 13:10:32 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Apr 6 13:10:32 2013 +1100

----------------------------------------------------------------------
 frameworks/projects/textLayout/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2d04e072/frameworks/projects/textLayout/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/textLayout/build.xml b/frameworks/projects/textLayout/build.xml
index adb75bb..fdea4cd 100644
--- a/frameworks/projects/textLayout/build.xml
+++ b/frameworks/projects/textLayout/build.xml
@@ -24,7 +24,7 @@
     <property environment="env"/>
 	<property file="${FLEX_HOME}/build.properties"/>
 
-    <property name="source.dir" value="${basedir}/${tlf.version}"/>
+    <property name="source.dir" value="${tlf.branch}"/>
 	<property name="output.file" value="${FLEX_HOME}/frameworks/libs/textLayout.swc"/>
 	<property name="output.docs" value="${FLEX_HOME}/tempDoc"/>
 	<property name="flexTasks.location" value="${FLEX_HOME}/lib/flexTasks.jar"/>