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:
Robert Muir 2012-09-07 00:59:22 +00:00
parent 8a72b10926
commit 8eb52eb9ab
1 changed files with 1 additions and 3 deletions

View File

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