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:
Mark Robert Miller 2008-12-07 03:34:07 +00:00
parent 702ea32da7
commit 62c7438ed4
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@
<include name="org/xml/**" />
<include name="org/w3c/**" />
<include name="com/example/**" />
<exclude name="org/apache/lucene/analysis/ASCIIFoldingFilter.java" /> <!-- Class too large for clover -->
</fileset>
</clover-setup>
</target>