You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/22 15:42:13 UTC

[4/5] git commit: [flex-falcon] [refs/heads/develop] - fix more packaging and rat issues

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 <ah...@apache.org>
Authored: Mon Jun 22 06:04:38 2015 -0700
Committer: Alex Harui <ah...@apache.org>
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"/>