fix more packaging and rat issues
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/6a08f9d8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/6a08f9d8 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/6a08f9d8 Branch: refs/heads/develop Commit: 6a08f9d8356af148eb8f175540b7fa956e4f0b2f Parents: 78f9f63 Author: Alex Harui <[email protected]> Authored: Mon Jun 22 06:04:38 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 22 06:06:09 2015 -0700 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6a08f9d8/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6387bf0..885929c 100644 --- a/build.xml +++ b/build.xml @@ -427,7 +427,7 @@ <copy todir="${basedir}/temp/externs" includeEmptyDirs="false"> <fileset dir="${basedir}/externs"> <include name="**/*.xml"/> - <include name="externs/js/missing.js"/> + <include name="js/missing.js"/> </fileset> </copy> </target> @@ -758,6 +758,7 @@ <exclude name="**/*.mp3"/> <exclude name="**/*.flv"/> <exclude name="**/org.apache.flex.tools.FlexToolGroup"/> + <exclude name="debugger/META-INF/MANIFEST.MF"/> <exclude name="README_JX"/> <exclude name="RELEASE_NOTES_JX"/> <exclude name="NOTICE_JX"/>
