mirror of https://github.com/apache/lucene.git
LUCENE-4340: Add lucene/codecs to lucene/core test classpath.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
257db54ab0
commit
f00b65a4af
|
@ -27,6 +27,7 @@
|
|||
<path id="classpath"/>
|
||||
|
||||
<path id="test.classpath">
|
||||
<pathelement location="${common.dir}/build/codecs/classes/java"/>
|
||||
<pathelement location="${common.dir}/build/test-framework/classes/java"/>
|
||||
<path refid="junit-path"/>
|
||||
<pathelement location="${build.dir}/classes/java"/>
|
||||
|
|
Loading…
Reference in New Issue