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,7 +65,11 @@
|
|||||||
<property name="junit.excludes" value=""/>
|
<property name="junit.excludes" value=""/>
|
||||||
|
|
||||||
<patternset id="metainf.includes">
|
<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>
|
</patternset>
|
||||||
|
|
||||||
<condition property="build-1-5-contrib">
|
<condition property="build-1-5-contrib">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user