mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 02:58:58 +00:00
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,6 +65,10 @@
|
||||
<property name="junit.excludes" value=""/>
|
||||
|
||||
<patternset id="metainf.includes">
|
||||
<!-- use an explicit include to prevent expensive walking of subdirs
|
||||
that default include triggers
|
||||
-->
|
||||
<include name="FIND_NOTHING"/>
|
||||
<exclude name="**/*"/>
|
||||
</patternset>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user