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/09/21 22:36:32 UTC

[45/50] [abbrv] git commit: [flex-utilities] [refs/heads/master] - compile loader with all locales so that apache locale example works

compile loader with all locales so that apache locale example works


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

Branch: refs/heads/master
Commit: 1053775287811567609ce676fac6eb6582d0dc1e
Parents: 6b819f7
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Sep 13 03:20:02 2014 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Sep 13 03:20:02 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/10537752/TourDeFlex/TourDeFlex3/build.xml
----------------------------------------------------------------------
diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml
index fee2590..9d46cd3 100644
--- a/TourDeFlex/TourDeFlex3/build.xml
+++ b/TourDeFlex/TourDeFlex3/build.xml
@@ -72,7 +72,7 @@
 	
 	<target name="compile-shell" description="compile explorer shell">
 		<compile-mxml example="/explorer"/>
-		<compile-mxml example="/loaderPanel"/>
+		<compile-mxml-locales example="/loaderPanel"/>
 		<compile-mxml example="/SourceTab"/>
 	</target>