remove obsolete dirs
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/cdffc40b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/cdffc40b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/cdffc40b Branch: refs/heads/develop Commit: cdffc40bf722566c190db97f371b06655ed52031 Parents: d7a88e5 Author: Alex Harui <aha...@apache.org> Authored: Thu Aug 11 09:16:09 2016 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Thu Aug 11 09:16:09 2016 -0700 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/cdffc40b/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 42964df..7077688 100644 --- a/build.xml +++ b/build.xml @@ -186,6 +186,8 @@ <ant dir="debugger" target="clean"/> <delete dir="${basedir}/out" failonerror="false" includeEmptyDirs="true"/> <delete dir="${basedir}/temp" failonerror="false" includeEmptyDirs="true"/> + <delete dir="${basedir}/compiler.jx" failonerror="false" includeEmptyDirs="true"/> + <delete dir="${basedir}/compiler/generated" failonerror="false" includeEmptyDirs="true"/> </target> <target name="maven-artifacts" description="Installs Falcon artifacts to a local maven repository">