mirror of https://github.com/apache/lucene.git
Added demo to junit's classpath. This is needed by some of the new test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd29f75e77
commit
71bbc1396f
|
@ -56,6 +56,7 @@
|
||||||
<path id="junit.classpath">
|
<path id="junit.classpath">
|
||||||
<pathelement location="${build.dir}/classes/test"/>
|
<pathelement location="${build.dir}/classes/test"/>
|
||||||
<pathelement location="${build.dir}/classes/java"/>
|
<pathelement location="${build.dir}/classes/java"/>
|
||||||
|
<pathelement location="${build.dir}/classes/demo"/>
|
||||||
<fileset dir="lib">
|
<fileset dir="lib">
|
||||||
<include name="*.jar"/>
|
<include name="*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
|
Loading…
Reference in New Issue