]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use ant script to cleanup instead of removing everything in the deploy directory
authorArtur Signell <artur.signell@itmill.com>
Tue, 17 Jan 2012 16:08:30 +0000 (16:08 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 17 Jan 2012 16:08:30 +0000 (16:08 +0000)
svn changeset:22678/svn branch:6.7

tests/integration_base_files/cleanup.sh

index 42fb5a434d5ca0133a1d9de8d97e35369cdfa210..44e2e5f6eed225de39c5c0d730f7b0771d210ab4 100644 (file)
@@ -23,4 +23,5 @@ if [ -a /home/integration/demo.war ]
 fi
      
 echo Cleaning deploy dir
-rm -rf /home/integration/deploy/*
+ant -f /home/integration/deploy.xml clean
+