clean up binary patterns for consolidated licenses/

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

View File

@ -35,8 +35,7 @@
MIGRATE.txt,JRE_VERSION_MIGRATION.txt,
CHANGES.txt,
**/lib/*.jar,
**/lib/*LICENSE*.txt,
**/lib/*NOTICE*.txt,
licenses/**,
*/docs/,**/README*"
excludes="build/**,site/**,tools/**"
/>

View File

@ -402,11 +402,11 @@
prefix="${fullnamever}"
includes="LICENSE.txt NOTICE.txt CHANGES.txt README.txt example/**
client/README.txt client/ruby/solr-ruby/** contrib/**/lib/**
contrib/**/README.txt"
contrib/**/README.txt licenses/**"
excludes="lib/README.committers.txt **/data/ **/logs/*
**/classes/ **/*.sh **/ivy.xml **/build.xml
**/bin/ **/*.iml **/*.ipr **/*.iws **/pom.xml
**/*pom.xml.template **/*.sha1" />
**/*pom.xml.template" />
<tarfileset dir="${dest}/contrib-lucene-libs-to-package"
prefix="${fullnamever}"
includes="**" />