add xml files to release packages
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/559ddc49 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/559ddc49 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/559ddc49 Branch: refs/heads/master Commit: 559ddc498a757020ab1e8038a119cbe4e23de041 Parents: bf01638 Author: Justin Mclean <[email protected]> Authored: Mon Aug 18 22:32:06 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Aug 18 22:32:06 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/559ddc49/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index 0b93382..d4909f7 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -411,6 +411,7 @@ <include name="**/*.mp4" /> <include name="**/*.mp3" /> <exclude name="**/*.swf" /> + <exclude name="**/*.xml" /> </tarfileset> </tar> </target> @@ -437,6 +438,7 @@ <include name="**/*.mp4" /> <include name="**/*.mp3" /> <exclude name="**/*.swf" /> + <exclude name="**/*.xml" /> </fileset> </zip> </target>
