that should of been include rather than exclude
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ce23ddcd Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ce23ddcd Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ce23ddcd Branch: refs/heads/master Commit: ce23ddcd424b79516059ca201cbeb7d52895b4cc Parents: 559ddc4 Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 22:44:52 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 18 22:44:52 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ce23ddcd/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index d4909f7..0b34498 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -410,8 +410,8 @@ <include name="**/*.ttf" /> <include name="**/*.mp4" /> <include name="**/*.mp3" /> + <include name="**/*.xml" /> <exclude name="**/*.swf" /> - <exclude name="**/*.xml" /> </tarfileset> </tar> </target> @@ -437,8 +437,8 @@ <include name="**/*.ttf" /> <include name="**/*.mp4" /> <include name="**/*.mp3" /> + <include name="**/*.xml" /> <exclude name="**/*.swf" /> - <exclude name="**/*.xml" /> </fileset> </zip> </target>
