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 <[email protected]> Authored: Fri Sep 11 17:55:23 2015 -0700 Committer: Alex Harui <[email protected]> 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>
