You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2011/03/19 02:14:08 UTC

svn commit: r1083118 - in /lucene/dev/branches/lucene_solr_3_1/solr: ./ build.xml

Author: hossman
Date: Sat Mar 19 01:14:08 2011
New Revision: 1083118

URL: http://svn.apache.org/viewvc?rev=1083118&view=rev
Log:
merge r1083116 from trunk.  don't exclude site dir from solr src packages

Modified:
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/build.xml

Modified: lucene/dev/branches/lucene_solr_3_1/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/build.xml?rev=1083118&r1=1083117&r2=1083118&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/build.xml Sat Mar 19 01:14:08 2011
@@ -767,7 +767,7 @@
         includes="LICENSE.txt NOTICE.txt"/>
       <tarfileset dir="."
         prefix="${fullnamever}/solr"
-        includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
+        includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/ site/"
         excludes="${package.dir}/** ${dist}/** **/lucene-libs/** example/webapps/*.war example/exampledocs/post.jar lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/python client/javascript contrib/**/build/ **/*.iml **/*.ipr **/*.iws" />
       <tarfileset dir="."
         prefix="${fullnamever}/solr"