clean mustella/bin
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8d37ef3c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8d37ef3c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8d37ef3c Branch: refs/heads/develop Commit: 8d37ef3c69ad3c6dfc7f1969a69c68ae87810170 Parents: daa3dab Author: Alex Harui <[email protected]> Authored: Tue Mar 25 11:06:54 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Mar 25 11:06:54 2014 -0700 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d37ef3c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 8ac5ac2..9e2fede 100644 --- a/build.xml +++ b/build.xml @@ -353,8 +353,8 @@ <ant dir="${basedir}/asdoc" target="clean" /> <!-- <ant dir="${basedir}/ide/flashbuilder" target="clean" /> - <ant dir="${basedir}/mustella" target="clean"/> - --> + --> + <delete dir="${basedir}/mustella/tests/bin" failonerror="false" includeEmptyDirs="true"/> </target> <target name="examples-clean">
