SOLR-510: Nightly release includes client sources.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2008-05-22 14:37:34 +00:00
parent 15fb1cd0cf
commit 7e6206497d
2 changed files with 4 additions and 2 deletions

View File

@ -462,6 +462,8 @@ Build
2. SOLR-479: Added clover code coverage targets for committers and the nightly build. Requires the Clover library, as licensed to Apache and only available privately. To run:
ant -Drun.clover=true clean clover test generate-clover-reports
3. SOLR-510: Nightly release includes client sources. (koji)
================== Release 1.2, 20070602 ==================
Upgrading from Solr 1.1

View File

@ -724,7 +724,7 @@
<tar destfile="${dist}/${fullnamever}.tgz" compression="gzip">
<tarfileset dir="."
prefix="${fullnamever}"
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/**"
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/**"
excludes="**/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/" />
<tarfileset dir="."
mode="755"