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:51:56 UTC

svn commit: r1080989 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/build.xml solr/

Author: yonik
Date: Sat Mar 12 19:51:56 2011
New Revision: 1080989

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

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

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