LUCENE-3795: simplify build file

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-03-14 01:59:57 +00:00
parent fe9b072490
commit 01e6c7c3ed
1 changed files with 1 additions and 8 deletions

View File

@ -21,20 +21,13 @@
<path id="classpath">
<path refid="base.classpath"/>
<pathelement path="${spatial-base.jar}" />
<pathelement path="${queries.jar}" />
</path>
<path id="test.classpath">
<path refid="test.base.classpath" />
<path refid="base.classpath"/>
<pathelement path="src/test-files" />
</path>
<target name="init" depends="contrib-build.init"/>
<target name="dist-maven" depends="jar-core,javadocs,common.dist-maven"/>
<target name="compile" depends="jar-queries,common.compile-core" />
<target name="test" depends="compile-test,validate,junit-mkdir,junit-sequential,junit-parallel" description="Runs unit tests"/>
<target name="compile-core" depends="jar-queries,common.compile-core" />
</project>