fix this patternset to something that actually makes a useful src.tgz

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1333943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-05-04 13:16:31 +00:00
parent 9c59ff820c
commit 128859a437
1 changed files with 1 additions and 2 deletions

View File

@ -225,8 +225,7 @@
</propertyset>
<patternset id="lucene.local.src.package.patterns"
includes="src/,index.html,*build*.xml,docs/,*.txt,lib/,backwards/"
excludes="**/pom.xml,**/*.iml,site/build/"
excludes="**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,lucene/benchmark/work/**,lucene/benchmark/temp/**"
/>
<!-- Default exclude sources and javadoc jars from Ivy fetch to save time and bandwidth -->