summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f735a6ae7a..d3a001c3c5 100644
--- a/build.xml
+++ b/build.xml
@@ -27,6 +27,10 @@
<target name="clean" depends="buildorder">
<subant buildpathref="build-path" target="clean">
</subant>
+ <delete dir="result" />
+ <!-- Clean IVY cache (~/.ivy2) so no old artifacts are fetched from there -->
+ <ivy:cleancache />
+
</target>
</project>