You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/09/12 02:58:03 UTC

git commit: [flex-examples] [refs/heads/develop] - add wipe

Repository: flex-examples
Updated Branches:
  refs/heads/develop 0a74d15aa -> e6fad0403


add wipe


Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/e6fad040
Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/e6fad040
Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/e6fad040

Branch: refs/heads/develop
Commit: e6fad0403087f8f70de5fe7dfdc230f564b448fa
Parents: 0a74d15
Author: Alex Harui <ah...@apache.org>
Authored: Fri Sep 11 17:55:23 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Sep 11 17:55:23 2015 -0700

----------------------------------------------------------------------
 ProductDashboard/jenkins.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/e6fad040/ProductDashboard/jenkins.xml
----------------------------------------------------------------------
diff --git a/ProductDashboard/jenkins.xml b/ProductDashboard/jenkins.xml
index e30c5c4..fd5191f 100644
--- a/ProductDashboard/jenkins.xml
+++ b/ProductDashboard/jenkins.xml
@@ -37,4 +37,7 @@
         <delete dir="${basedir}/temp" failonerror="false" />
     </target>
     
+    <target name="wipe-sdk" >
+        <delete dir="${basedir}/ApacheFlexJSSDK" failonerror="false" />
+    </target>
 </project>