mirror of https://github.com/apache/lucene.git
LUCENE-4361: prioritize test-classes first (for things like preflex-rw)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1380964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c5696217e
commit
e96e4a62ef
|
@ -60,9 +60,9 @@
|
|||
</path>
|
||||
|
||||
<path id="test.classpath">
|
||||
<path refid="classpath"/>
|
||||
<path refid="solr.test.base.classpath"/>
|
||||
<pathelement location="${common-solr.dir}/build/contrib/solr-dataimporthandler/classes/test"/>
|
||||
<path refid="classpath"/>
|
||||
</path>
|
||||
|
||||
<target name="compile-core" depends="compile-solr-dataimporthandler,resolve-extraction-libs,solr-contrib-build.compile-core"/>
|
||||
|
|
Loading…
Reference in New Issue