]> source.dussan.org Git - vaadin-framework.git/commitdiff
Also clean com.carrotsearch (smartsprites) (#9970) 99/499/1
authorArtur Signell <artur@vaadin.com>
Thu, 13 Dec 2012 17:24:06 +0000 (19:24 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 13 Dec 2012 17:24:23 +0000 (19:24 +0200)
Change-Id: I19d303ac29d951e252cbee20335e7835f78e3e7a

build.xml

index eaa106cde33198cd3c3526b76008b575c84afd81..50a4f4463f7078e99e500bafe9ac75203effda55 100644 (file)
--- 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>