Adding java classpath to DataImportHandler tests. This should hopefully take care of the error in executing clover target in the nightly builds.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-08-09 18:26:16 +00:00
parent a29a3aee26
commit 2ff01c14b9
1 changed files with 2 additions and 1 deletions

View File

@ -35,8 +35,9 @@
<path id="test.classpath">
<path refid="common.classpath" />
<pathelement path="target/classes" />
<pathelement path="target/classes" />
<pathelement path="target/test-classes" />
<pathelement path="${java.class.path}"/>
</path>
<target name="clean">