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:
Dmitry Serebrennikov 2003-09-25 21:23:18 +00:00
parent dd29f75e77
commit 71bbc1396f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<path id="junit.classpath">
<pathelement location="${build.dir}/classes/test"/>
<pathelement location="${build.dir}/classes/java"/>
<pathelement location="${build.dir}/classes/demo"/>
<fileset dir="lib">
<include name="*.jar"/>
</fileset>