clean example
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/34be88fb Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/34be88fb Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/34be88fb Branch: refs/heads/release0.8.0 Commit: 34be88fb7046a27edc3276cdd04b80849e2a984f Parents: 1e6c5fa Author: Alex Harui <aha...@apache.org> Authored: Thu Jun 1 22:33:50 2017 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Fri Jun 2 00:04:48 2017 -0700 ---------------------------------------------------------------------- examples/flexjs/StorageExample/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/34be88fb/examples/flexjs/StorageExample/build.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/StorageExample/build.xml b/examples/flexjs/StorageExample/build.xml index e990b7f..97d921d 100644 --- a/examples/flexjs/StorageExample/build.xml +++ b/examples/flexjs/StorageExample/build.xml @@ -67,6 +67,7 @@ </target> <target name="clean"> + <delete dir="${basedir}/app" failonerror="false" /> <delete dir="${basedir}/bin" failonerror="false" /> <delete dir="${basedir}/bin-debug" failonerror="false" /> <delete dir="${basedir}/bin-release" failonerror="false" />