added a clean target for use when running Clover on Hudson. Only cleans dest, not dist

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2008-04-16 12:45:09 +00:00
parent 6b7518d4b4
commit 9f789c6514
1 changed files with 5 additions and 0 deletions

View File

@ -194,6 +194,11 @@
<delete dir="${dist}" />
</target>
<target name="clean-dest"
description="Cleans out ${dest} but leaves ${dist} alone. This allows us to run nightly and clover together in Hudson">
<delete dir="${dest}" />
</target>
<!-- Prepares an entity file for use in Forrest documentation -->
<target name="init-forrest-entities">
<!-- no description, don't advertise -->