]> source.dussan.org Git - vaadin-framework.git/commitdiff
Make clean-all purge gwt-unitCache
authorLeif Åstrand <legioth@gmail.com>
Sun, 5 Aug 2012 08:31:48 +0000 (11:31 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 6 Aug 2012 05:54:01 +0000 (08:54 +0300)
build/build.xml

index 1df992ceddeccfceeeb9519f74cdd20be2afb812..f7d910e4b0052436515562c24e0a7a8faa2cd558 100644 (file)
                                <include name="*.png" />
                        </fileset>
                </delete>
+               <delete failonerror="false" dir="WebContent/VAADIN/gwt-unitCache" />
     </target>
 
     <!-- ================================================================== -->