mirror of https://github.com/apache/lucene.git
fix test to only test and clean to only clean
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2796c1d82
commit
fca82aa6cc
|
@ -24,7 +24,7 @@
|
|||
</subant>
|
||||
</target>
|
||||
|
||||
<target name="test" description="Test both Lucene and Solr" depends="validate">
|
||||
<target name="test" description="Test both Lucene and Solr">
|
||||
<sequential>
|
||||
<subant target="test" inheritall="false" failonerror="true">
|
||||
<fileset dir="lucene" includes="build.xml" />
|
||||
|
@ -149,7 +149,7 @@
|
|||
</delete>
|
||||
</target>
|
||||
|
||||
<target name="clean" depends="clean-jars" description="Clean Lucene and Solr">
|
||||
<target name="clean" description="Clean Lucene and Solr">
|
||||
<delete dir="dist" />
|
||||
<sequential>
|
||||
<subant target="clean" inheritall="false" failonerror="true">
|
||||
|
|
Loading…
Reference in New Issue