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:
Robert Muir 2012-07-20 14:26:07 +00:00
parent b2796c1d82
commit fca82aa6cc
1 changed files with 2 additions and 2 deletions

View File

@ -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">