You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/04 00:03:01 UTC

svn commit: r1369227 - in /lucene/dev/trunk: ./ lucene/ lucene/build.xml

Author: rmuir
Date: Fri Aug  3 22:03:00 2012
New Revision: 1369227

URL: http://svn.apache.org/viewvc?rev=1369227&view=rev
Log:
exclude tools as it contains a lib jar and a clover README and sneaks its way into binary packaging

Modified:
    lucene/dev/trunk/   (props changed)
    lucene/dev/trunk/lucene/   (props changed)
    lucene/dev/trunk/lucene/build.xml   (contents, props changed)

Modified: lucene/dev/trunk/lucene/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1369227&r1=1369226&r2=1369227&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Fri Aug  3 22:03:00 2012
@@ -38,7 +38,7 @@
                         **/lib/*LICENSE*.txt,
                         **/lib/*NOTICE*.txt,
                         */docs/,**/README*"
-              excludes="build/**,site/**"
+              excludes="build/**,site/**,tools/**"
   />