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:
Chris M. Hostetter 2007-07-02 20:42:24 +00:00
parent c03f45a62d
commit 4fe90e4086
1 changed files with 5 additions and 1 deletions

View File

@ -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">