mirror of https://github.com/apache/lucene.git
Exclude ASCIIFoldingFilter from clover (class too large).
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@724067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
702ea32da7
commit
62c7438ed4
|
@ -440,6 +440,7 @@
|
||||||
<include name="org/xml/**" />
|
<include name="org/xml/**" />
|
||||||
<include name="org/w3c/**" />
|
<include name="org/w3c/**" />
|
||||||
<include name="com/example/**" />
|
<include name="com/example/**" />
|
||||||
|
<exclude name="org/apache/lucene/analysis/ASCIIFoldingFilter.java" /> <!-- Class too large for clover -->
|
||||||
</fileset>
|
</fileset>
|
||||||
</clover-setup>
|
</clover-setup>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue