summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-03 15:36:28 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:08 +0300
commit1d6f0611a8dc7478caf2126ccd191d4284259cba (patch)
tree19ce396cb937c1255796552a78d944a0b99e26ec /build.xml
parent557acfb6c4212ad1ddd5270fc7e25f1fc3d63762 (diff)
downloadvaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.tar.gz
vaadin-framework-1d6f0611a8dc7478caf2126ccd191d4284259cba.zip
Added themes-compiled module (#9299)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index fc7007f47c..44965003c0 100644
--- a/build.xml
+++ b/build.xml
@@ -27,8 +27,9 @@
<subant buildpathref="build-path" target="clean">
</subant>
<delete dir="result" />
- <!-- Clean IVY cache (~/.ivy2) so no old artifacts are fetched from there -->
- <ivy:cleancache />
+ <!-- Clean IVY cache (~/.ivy2) so no old artifacts are fetched from there (leave everything but Vaadin artifacts) -->
+ <delete dir="${ivy.cache.dir}/com.vaadin">
+ </delete>
</target>