add welcome to build file
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/d34658b6 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/d34658b6 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/d34658b6 Branch: refs/heads/master Commit: d34658b668ae7a03c5e3e2cc3c7410881acdff3e Parents: 29c0ddd Author: Justin Mclean <[email protected]> Authored: Sat Oct 18 11:22:40 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Sat Oct 18 11:22:40 2014 +1100 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/d34658b6/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index 42aca86..3186ccb 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -88,6 +88,7 @@ <compile-mxml example="/explorer"/> <compile-mxml-locales example="/loaderPanel"/> <compile-mxml example="/SourceTab"/> + <compile-mxml example="/Welcome"/> </target> <target name="compile-mx" description="compile mx examples"> @@ -572,4 +573,4 @@ <fileset dir="${basedir}" includes="**/*.swf" /> </delete> </target> -</project> \ No newline at end of file +</project>
