name test target 'test'

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@924510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-03-17 21:54:11 +00:00
parent b87c6bc4b9
commit 8d78ef8480
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@
limitations under the License.
-->
<project name="lucene-solr" default="run-tests" basedir=".">
<project name="lucene-solr" default="test" basedir=".">
<target name="run-tests">
<target name="test">
<sequential>
<subant target="test" inheritall="false" failonerror="true">
<fileset dir="lucene" includes="build.xml"/>