forgot to clean ant tasks
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d416c89f Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d416c89f Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d416c89f Branch: refs/heads/master Commit: d416c89ff6d463547cf4d9f8cc9b1b87b57cb929 Parents: b10a1cd Author: Alex Harui <[email protected]> Authored: Wed Aug 10 16:49:51 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Aug 10 16:49:51 2016 -0700 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d416c89f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7f66033..04e6938 100644 --- a/build.xml +++ b/build.xml @@ -160,6 +160,7 @@ <ant dir="compiler-jx" target="clean"/> <ant dir="compiler-jx/src/test" target="clean"/> <ant dir="flex-compiler-oem" target="clean"/> + <ant dir="flexjs-ant-tasks" target="clean"/> <ant dir="debugger" target="clean"/> </target> @@ -180,6 +181,7 @@ <ant dir="compiler-jx" target="super-clean"/> <ant dir="compiler-jx/src/test" target="wipe"/> <ant dir="flex-compiler-oem" target="wipe"/> + <ant dir="flexjs-ant-tasks" target="wipe"/> <ant dir="debugger" target="clean"/> <delete dir="${basedir}/out" failonerror="false" includeEmptyDirs="true"/> <delete dir="${basedir}/temp" failonerror="false" includeEmptyDirs="true"/>
