mirror of https://github.com/apache/lucene.git
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:
parent
15fb1cd0cf
commit
7e6206497d
|
@ -459,9 +459,11 @@ Build
|
|||
apache-solr-solrj-1.3-dev.jar
|
||||
apache-solr-1.3-dev.jar
|
||||
|
||||
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:
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue