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 2014/08/09 10:42:22 UTC

git commit: [flex-utilities] [refs/heads/develop] - TLF editor doesn't compile

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 80dc3ac93 -> a401b993a


TLF editor doesn't compile


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

Branch: refs/heads/develop
Commit: a401b993a634ec8e56466fe62563179041e304bc
Parents: 80dc3ac
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Aug 9 18:42:08 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Aug 9 18:42:08 2014 +1000

----------------------------------------------------------------------
 TourDeFlex/TourDeFlex3/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/a401b993/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index 1218623..da4aee3 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -295,7 +295,7 @@
 		<compile-mxml example="/spark/modules/Module1"/>
 		<compile-mxml example="/spark/modules/Module2"/>
 		
-		<compile-mxml example="/spark/tlf/TextLayoutEditorSample"/>
+		<!-- currently broken <compile-mxml example="/spark/tlf/TextLayoutEditorSample"/> -->
 	</target>
 		
 	<target name="package" description="package up all source files" depends="package-dir,package-tar,package-zip">