mirror of https://github.com/apache/lucene.git
LUCENE-3378: remove unneeded special test-classpaths in build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99ac972281
commit
efbdae6dd2
|
@ -41,13 +41,5 @@
|
|||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="../../../lucene/build/classes/test-framework/"/>
|
||||
<pathelement location="../../../lucene/build/classes/test/"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
|
||||
</project>
|
||||
|
|
|
@ -42,15 +42,5 @@
|
|||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="../../../lucene/build/classes/test-framework/"/>
|
||||
<pathelement location="../../../lucene/build/classes/test/"/>
|
||||
<pathelement location="../build/common/classes/test/"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
|
||||
</project>
|
||||
|
|
|
@ -33,14 +33,5 @@
|
|||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<pathelement path="${analyzers-common.jar}"/>
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="../../../lucene/build/classes/test-framework"/>
|
||||
<pathelement location="../../../lucene/build/classes/test/"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="jar-analyzers-common, common.compile-core" />
|
||||
</project>
|
||||
|
|
|
@ -33,13 +33,5 @@
|
|||
<path refid="base.classpath"/>
|
||||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="../../../lucene/build/classes/test-framework"/>
|
||||
<pathelement location="../../../lucene/build/classes/test/"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="jar-analyzers-common, common.compile-core"/>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue