mirror of https://github.com/apache/lucene.git
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:
parent
6b7518d4b4
commit
9f789c6514
|
@ -194,6 +194,11 @@
|
||||||
<delete dir="${dist}" />
|
<delete dir="${dist}" />
|
||||||
</target>
|
</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 -->
|
<!-- Prepares an entity file for use in Forrest documentation -->
|
||||||
<target name="init-forrest-entities">
|
<target name="init-forrest-entities">
|
||||||
<!-- no description, don't advertise -->
|
<!-- no description, don't advertise -->
|
||||||
|
|
Loading…
Reference in New Issue