SOLR-2358: Add new solrj dependency apache-solr-noggit-*.jar to solrj-lib/ when producing a distribution.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-27 19:44:42 +00:00
parent 3df14f6b1a
commit 02d4bd91df
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
<mkdir dir="${dist}/solrj-lib" />
<copy todir="${dist}/solrj-lib">
<fileset dir="${common-solr.dir}/lib">
<include name="apache-solr-noggit-*.jar"/>
<include name="commons-codec-*.jar"/>
<include name="commons-io-*.jar"/>
<include name="commons-httpclient-*.jar"/>