mirror of https://github.com/apache/lucene.git
hack to prevent ant from recursively stating all files in all directories looking for files to include in the META-INF
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@552589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c03f45a62d
commit
4fe90e4086
|
@ -65,7 +65,11 @@
|
|||
<property name="junit.excludes" value=""/>
|
||||
|
||||
<patternset id="metainf.includes">
|
||||
<exclude name="**/*"/>
|
||||
<!-- use an explicit include to prevent expensive walking of subdirs
|
||||
that default include triggers
|
||||
-->
|
||||
<include name="FIND_NOTHING"/>
|
||||
<exclude name="**/*"/>
|
||||
</patternset>
|
||||
|
||||
<condition property="build-1-5-contrib">
|
||||
|
|
Loading…
Reference in New Issue