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:50:41 UTC

svn commit: r1080988 - /lucene/dev/trunk/lucene/build.xml

Author: yonik
Date: Sat Mar 12 19:50:41 2011
New Revision: 1080988

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

Modified:
    lucene/dev/trunk/lucene/build.xml

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