summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <legioth@gmail.com>2012-08-05 11:31:48 +0300
committerLeif Åstrand <leif@vaadin.com>2012-08-06 08:54:01 +0300
commit41c48b90bb6ab22b8c4041c6219054d2f15bbdb5 (patch)
tree069affbf496f6f2861a3792586472b62c5016c38 /build
parentb2761e03005e6fa6671a73e2aaceab0c6ae951f9 (diff)
downloadvaadin-framework-41c48b90bb6ab22b8c4041c6219054d2f15bbdb5.tar.gz
vaadin-framework-41c48b90bb6ab22b8c4041c6219054d2f15bbdb5.zip
Make clean-all purge gwt-unitCache
Diffstat (limited to 'build')
-rw-r--r--build/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml
index 1df992cedd..f7d910e4b0 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -140,6 +140,7 @@
<include name="*.png" />
</fileset>
</delete>
+ <delete failonerror="false" dir="WebContent/VAADIN/gwt-unitCache" />
</target>
<!-- ================================================================== -->