mirror of https://github.com/apache/lucene.git
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:
parent
fe9b072490
commit
01e6c7c3ed
|
@ -21,20 +21,13 @@
|
||||||
|
|
||||||
<path id="classpath">
|
<path id="classpath">
|
||||||
<path refid="base.classpath"/>
|
<path refid="base.classpath"/>
|
||||||
<pathelement path="${spatial-base.jar}" />
|
|
||||||
<pathelement path="${queries.jar}" />
|
<pathelement path="${queries.jar}" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path id="test.classpath">
|
<path id="test.classpath">
|
||||||
<path refid="test.base.classpath" />
|
<path refid="test.base.classpath" />
|
||||||
<path refid="base.classpath"/>
|
|
||||||
<pathelement path="src/test-files" />
|
<pathelement path="src/test-files" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<target name="compile-core" depends="jar-queries,common.compile-core" />
|
||||||
<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"/>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue