You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/12 20:52:44 UTC

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

Author: yonik
Date: Sat Mar 12 19:52:43 2011
New Revision: 1080990

URL: http://svn.apache.org/viewvc?rev=1080990&view=rev
Log:
packaging: exclude BUILD.txt from binary distro

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

Modified: lucene/dev/branches/lucene_solr_3_1/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/lucene/build.xml?rev=1080990&r1=1080989&r2=1080990&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/lucene/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/lucene/build.xml Sat Mar 12 19:52:43 2011
@@ -59,6 +59,7 @@
   />
   <patternset id="binary.root.dist.patterns"
               includes="docs/,*.txt,contrib/*/README*,**/CHANGES.txt"
+              excludes="BUILD.txt"
   />