exclude tools as it contains a lib jar and a clover README and sneaks its way into binary packaging

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-08-03 22:03:00 +00:00
parent e76a86110b
commit 4e43511bad
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
**/lib/*LICENSE*.txt,
**/lib/*NOTICE*.txt,
*/docs/,**/README*"
excludes="build/**,site/**"
excludes="build/**,site/**,tools/**"
/>