include fxg files in release artefacts
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/f5c33094 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/f5c33094 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/f5c33094 Branch: refs/heads/master Commit: f5c33094cb7e26800e6042204e8b5a3c9a5b09a3 Parents: 1937a91 Author: Justin Mclean <[email protected]> Authored: Tue Aug 19 07:58:53 2014 +1000 Committer: Justin Mclean <[email protected]> Committed: Tue Aug 19 07:58:53 2014 +1000 ---------------------------------------------------------------------- TourDeFlex/TourDeFlex3/build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f5c33094/TourDeFlex/TourDeFlex3/build.xml ---------------------------------------------------------------------- diff --git a/TourDeFlex/TourDeFlex3/build.xml b/TourDeFlex/TourDeFlex3/build.xml index 5c39f35..6dd9860 100644 --- a/TourDeFlex/TourDeFlex3/build.xml +++ b/TourDeFlex/TourDeFlex3/build.xml @@ -410,6 +410,7 @@ <include name="**/*.ttf" /> <include name="**/*.mp4" /> <include name="**/*.mp3" /> + <include name="**/*.fxg" /> <include name="**/*.xml" /> <exclude name="**/*.swf" /> </tarfileset> @@ -437,6 +438,7 @@ <include name="**/*.ttf" /> <include name="**/*.mp4" /> <include name="**/*.mp3" /> + <include name="**/*.fxg" /> <include name="**/*.xml" /> <exclude name="**/*.swf" /> </fileset>
