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/03 06:34:28 UTC

git commit: [flex-falcon] [refs/heads/develop] - wipe should wipe out swfutils

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 076d97928 -> 0741c7ac5


wipe should wipe out swfutils


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

Branch: refs/heads/develop
Commit: 0741c7ac5a0d7d3a134bbb8f2fa54917906d953a
Parents: 076d979
Author: Alex Harui <ah...@apache.org>
Authored: Tue Jun 2 21:34:14 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Jun 2 21:34:14 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0741c7ac/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index fe5817e..bf06321 100644
--- a/build.xml
+++ b/build.xml
@@ -199,6 +199,7 @@
 		<ant dir="compiler.jx" target="super-clean"/>
         <ant dir="compiler.jx.tests" target="wipe"/>
         <ant dir="flex-compiler-oem" target="wipe"/>
+        <delete dir="${basedir}/swfutils" failonerror="false" includeEmptyDirs="true"/>
         <delete dir="${basedir}/out" failonerror="false" includeEmptyDirs="true"/>
         <delete dir="${basedir}/temp" failonerror="false" includeEmptyDirs="true"/>
     </target>