mirror of https://github.com/apache/lucene.git
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:
parent
9c59ff820c
commit
128859a437
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue