clean up rat and packaging
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/fa7f32ab Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/fa7f32ab Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/fa7f32ab Branch: refs/heads/develop Commit: fa7f32ab91e6f3c03b66220c49c10429b05d4cf4 Parents: 876802c Author: Alex Harui <[email protected]> Authored: Mon Jun 27 07:56:03 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 27 07:57:06 2016 -0700 ---------------------------------------------------------------------- build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/fa7f32ab/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e1acaec..36b923f 100644 --- a/build.xml +++ b/build.xml @@ -403,8 +403,8 @@ <include name="**"/> <exclude name="**/target/.plxarc" /> <exclude name="**/target/failsafe-reports/**" /> - <exclude name="**/target/.plxarc" /> <exclude name="**/target/generated-sources/**" /> + <exclude name="**/target/temp/externs/externs.zip" /> <exclude name="**/target/downloads/*.zip" /> <exclude name="**/target/downloads/EaselJS*/**" /> <exclude name="**/target/downloads/TweenJS*/**" /> @@ -556,6 +556,9 @@ <copy todir="${basedir}/temp/externs" includeEmptyDirs="false"> <fileset dir="${basedir}/externs"> <include name="**/**"/> + <exclude name="**/externs.zip" /> + <exclude name="**/target/.plxarc" /> + <exclude name="**/target/failsafe-reports/**" /> <exclude name="**/*.swc"/> <exclude name="**/*.as"/> <exclude name="createjs/target/**"/>
