diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-30 09:35:58 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:00 +0300 |
commit | 60b73eb9ce7f8085d826850b41c728a0ada28774 (patch) | |
tree | 373d0c7d9207fc2d300a0ca500bf6c8e07f30bca /build.xml | |
parent | 856e26aa2191d72974b1cd140229b4fa6e79bc61 (diff) | |
download | vaadin-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.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> |