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 2016/09/07 22:40:03 UTC

[02/50] git commit: [flex-falcon] [refs/heads/master] - fix source package

fix source package


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

Branch: refs/heads/master
Commit: 8dc4203322ced5c3c96ef765f0a8e116ad3bef01
Parents: daf3a34
Author: Alex Harui <ah...@apache.org>
Authored: Sun Aug 7 23:52:53 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Aug 7 23:52:53 2016 -0700

----------------------------------------------------------------------
 build.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8dc42033/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3eaa471..7f66033 100644
--- a/build.xml
+++ b/build.xml
@@ -470,13 +470,7 @@
         <copy todir="${basedir}/temp/flex-typedefs" includeEmptyDirs="false">
             <fileset dir="${FLEXJS_TYPEDEFS_HOME}">
                 <include name="**"/>
-                <exclude name="**/target/.plxarc" />
-                <exclude name="**/target/failsafe-reports/**" />
-                <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*/**" />
+                <exclude name="**/target/**" />
             </fileset>
         </copy>
     </target>