packaging: fix some left out files in lucene's bin package

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2011-03-18 13:42:41 +00:00
parent 726c6865b3
commit 8e26a111ed
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
includes="${final.name}*.jar,docs/,contrib/*/*.jar,contrib/*/*.war, contrib/*/*/*.jar"
/>
<patternset id="binary.root.dist.patterns"
includes="docs/,*.txt,contrib/*/README*,**/CHANGES.txt"
includes="docs/,*.txt,contrib/**/README*,**/CHANGES.txt,contrib/**/*.sh contrib/**/docs/ contrib/xml-query-parser/*.dtd"
excludes="BUILD.txt"
/>