SOLR-3706: add example/resources to solrj test classpath - without this, it's not finding a log4j config

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1462260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-28 18:56:07 +00:00
parent 1ad382f304
commit b09717828d
1 changed files with 4 additions and 3 deletions

View File

@ -28,9 +28,10 @@
<!-- Specialized common-solr.test.classpath, to remove the Solr core test output -->
<path id="test.classpath">
<pathelement path="${common-solr.dir}/build/solr-test-framework/classes/java"/>
<pathelement path="${tests.userdir}"/>
<path refid="test.base.classpath"/>
<path refid="solr.base.classpath"/>
<pathelement path="${tests.userdir}"/>
<path refid="test.base.classpath"/>
<path refid="solr.base.classpath"/>
<pathelement path="${example}/resources"/>
</path>
<!-- Specialized to depend on nothing -->