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:
Robert Muir 2012-09-05 03:34:46 +00:00
parent 4c5696217e
commit e96e4a62ef
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>