mirror of https://github.com/apache/lucene.git
SOLR-3686: clean this up for consistency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1381835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a72b10926
commit
8eb52eb9ab
|
@ -22,9 +22,7 @@
|
|||
|
||||
<!-- Specialized compile classpath: to only depend on what solrj should depend on (e.g. not lucene) -->
|
||||
<path id="classpath">
|
||||
<fileset dir="${common-solr.dir}/solrj/lib">
|
||||
<include name="*.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="${common-solr.dir}/solrj/lib" excludes="${common.classpath.excludes}"/>
|
||||
</path>
|
||||
|
||||
<!-- Specialized common-solr.test.classpath, to remove the Solr core test output -->
|
||||
|
|
Loading…
Reference in New Issue