summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-30 09:35:58 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:00 +0300
commit60b73eb9ce7f8085d826850b41c728a0ada28774 (patch)
tree373d0c7d9207fc2d300a0ca500bf6c8e07f30bca /build.xml
parent856e26aa2191d72974b1cd140229b4fa6e79bc61 (diff)
downloadvaadin-framework-60b73eb9ce7f8085d826850b41c728a0ada28774.tar.gz
vaadin-framework-60b73eb9ce7f8085d826850b41c728a0ada28774.zip
Clean ivy cache and gwt dir before build
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>