1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Upgrade to Clover 1.3.

This commit is contained in:
Ben Alex
2004-07-13 02:18:54 +00:00
parent 8b9f02e2e7
commit 39b7cc3782
3 changed files with 147 additions and 1 deletions
+3 -1
View File
@@ -411,6 +411,8 @@
<exclude name="**/*TargetObject.java"/>
<exclude name="**/Mock*.java"/>
</files>
<statementContext id="nolog" regexp="^if \(logger.*\).*}"/>
<statementContext id="nojbosslog" regexp="^if \(super.logger.*\).*}"/>
</clover-setup>
</target>
@@ -439,7 +441,7 @@
<clover-report>
<current outfile="${target.clover.html.dir}" title="Acegi Security System for Spring" summary="true">
<format type="html"/>
<format type="html" filter="nolog,nojbosslog" />
</current>
</clover-report>