Author: koji
Date: Thu May 22 07:37:34 2008
New Revision: 659125

URL: http://svn.apache.org/viewvc?rev=659125&view=rev
Log:
SOLR-510: Nightly release includes client sources.

Modified:
    lucene/solr/trunk/CHANGES.txt
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=659125&r1=659124&r2=659125&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Thu May 22 07:37:34 2008
@@ -459,9 +459,11 @@
       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

Modified: lucene/solr/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=659125&r1=659124&r2=659125&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Thu May 22 07:37:34 2008
@@ -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"


Reply via email to