Updated Branches: refs/heads/develop 92b4f3fff -> 2d04e0729
Fixed TLF references form Git move Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8f702545 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8f702545 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8f702545 Branch: refs/heads/develop Commit: 8f70254506602f2ae64bc9d4c034b6515be45885 Parents: 92b4f3f Author: Justin Mclean <[email protected]> Authored: Sat Apr 6 13:04:59 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Sat Apr 6 13:04:59 2013 +1100 ---------------------------------------------------------------------- asdoc/build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8f702545/asdoc/build.xml ---------------------------------------------------------------------- diff --git a/asdoc/build.xml b/asdoc/build.xml index b19c960..68c814b 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="${flexlib}/projects/textLayout/${tlf.version}/src"/> + <compiler.source-path path-element="${tlf.branch}/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="${flexlib}/projects/textLayout/${tlf.version}/manifest.xml"/> + <namespace uri="library://ns.adobe.com/flashx/textLayout" manifest="${tlf.branch}/manifest.xml"/> <!-- namespace declaration for asdoc --> <namespace uri="http://www.adobe.com/2006/airmxml" manifest="${flexlib}/projects/airframework/manifest.xml"/>
