You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/04/24 18:05:46 UTC

[14/50] [abbrv] git commit: [flex-falcon] [refs/heads/maven] - don't package these files

don't package these files


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c5557f54
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c5557f54
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c5557f54

Branch: refs/heads/maven
Commit: c5557f5434b245ae95fb0daa722847a8c4d18cb3
Parents: 85cffa5
Author: Alex Harui <ah...@apache.org>
Authored: Mon Apr 7 21:38:42 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Apr 7 21:38:42 2014 -0700

----------------------------------------------------------------------
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c5557f54/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4177576..e8a3020 100644
--- a/build.xml
+++ b/build.xml
@@ -322,6 +322,9 @@
         <copy todir="${basedir}/temp/compiler.jx" includeEmptyDirs="false">
             <fileset dir="${basedir}/compiler.jx">
                 <include name="**"/>
+                <exclude name=".classpath" />
+                <exclude name=".project" />
+                <exclude name=".settings/**" />
                 <exclude name="classes/**"/>
                 <exclude name="in/**"/>
                 <exclude name="lib/**"/>
@@ -331,6 +334,9 @@
         <copy todir="${basedir}/temp/compiler.jx.tests" includeEmptyDirs="false">
             <fileset dir="${basedir}/compiler.jx.tests">
                 <include name="**"/>
+                <exclude name=".classpath" />
+                <exclude name=".project" />
+                <exclude name=".settings/**" />
                 <exclude name="classes/**"/>
                 <exclude name="lib/**"/>
                 <exclude name="results/**"/>