mirror of https://github.com/apache/lucene.git
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:
parent
1ad382f304
commit
b09717828d
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue