summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-12-13 19:24:06 +0200
committerArtur Signell <artur@vaadin.com>2012-12-13 19:24:23 +0200
commite39d3844ba9dc4d0839407061d074029018ea795 (patch)
tree7dc344cfd2cf7f946d7908e8aa453eb504d182d7 /build.xml
parent9d6d48a002125bd82ef85cf979b4194e9a5e6225 (diff)
downloadvaadin-framework-e39d3844ba9dc4d0839407061d074029018ea795.tar.gz
vaadin-framework-e39d3844ba9dc4d0839407061d074029018ea795.zip
Also clean com.carrotsearch (smartsprites) (#9970)
Change-Id: I19d303ac29d951e252cbee20335e7835f78e3e7a
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index eaa106cde3..50a4f4463f 100644
--- a/build.xml
+++ b/build.xml
@@ -33,8 +33,8 @@
</subant>
<delete dir="result" />
<!-- 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>
+ <delete dir="${ivy.cache.dir}/com.vaadin" />
+ <delete dir="${ivy.cache.dir}/com.carrotsearch" />
</target>