Replaced the 'last' of the ${tlf.branch} references in the build files with ${TLF_HOME}/textLayout.
Signed-off-by: Erik de Bruin <e...@ixsoftware.nl> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/33c0e343 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/33c0e343 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/33c0e343 Branch: refs/heads/develop Commit: 33c0e343d125a3034d128ff8c783815af58b28d5 Parents: 13931e3 Author: Erik de Bruin <e...@ixsoftware.nl> Authored: Tue May 21 19:44:20 2013 +0200 Committer: Erik de Bruin <e...@ixsoftware.nl> Committed: Tue May 21 19:44:20 2013 +0200 ---------------------------------------------------------------------- asdoc/build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/33c0e343/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index 68c814b..df941ae 100644 --- a/asdoc/build.xml +++ b/asdoc/build.xml @@ -81,7 +81,7 @@ <compiler.source-path path-element="${flexlib}/projects/mx/src"/> <compiler.source-path path-element="${flexlib}/projects/sparkskins/src"/> <compiler.source-path path-element="${flexlib}/projects/rpc/src"/> - <compiler.source-path path-element="${tlf.branch}/src"/> + <compiler.source-path path-element="${TLF_HOME}/textLayout/src"/> <!--compiler.source-path path-element="${flexlib}/projects/osmf/src"/--> <compiler.source-path path-element="${flexlib}/projects/advancedgrids/src"/> <compiler.source-path path-element="${flexlib}/projects/charts/src"/> @@ -107,7 +107,7 @@ <doc-namespaces uri="http://flex.apache.org/ns"/> <doc-namespaces uri="http://flex.apache.org/experimental/ns"/> - <namespace uri="library://ns.adobe.com/flashx/textLayout" manifest="${tlf.branch}/manifest.xml"/> + <namespace uri="library://ns.adobe.com/flashx/textLayout" manifest="${TLF_HOME}/textLayout/manifest.xml"/> <!-- namespace declaration for asdoc --> <namespace uri="http://www.adobe.com/2006/airmxml" manifest="${flexlib}/projects/airframework/manifest.xml"/>