diff options
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |