including 'dist/solrj-lib/*.jar' in the distribution packages

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-07-14 17:24:00 +00:00
parent 777e0c8160
commit 7ce991fb80
1 changed files with 2 additions and 1 deletions

View File

@ -583,7 +583,8 @@
includes="**/*.sh **/bin/ src/scripts/" />
<tarfileset dir="."
prefix="${fullnamever}"
includes="dist/*.jar dist/*.war" />
includes="dist/**"
excludes="*.tgz *.zip *.md5" />
<tarfileset dir="${build.docs}"
prefix="${fullnamever}/docs/" />
</tar>