You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/06/03 20:33:28 UTC

[16/25] git commit: [flex-asjs] [refs/heads/tlf] - clean example

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/tlf
Commit: 34be88fb7046a27edc3276cdd04b80849e2a984f
Parents: 1e6c5fa
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 1 22:33:50 2017 -0700
Committer: Alex Harui <ah...@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" />