|
From: <fb...@us...> - 2003-06-25 04:21:05
|
Update of /cvsroot/jgb/jgb
In directory sc8-pr-cvs1:/tmp/cvs-serv30544
Modified Files:
build.xml
Log Message:
* build.xml:
Changed the way Clover historical reports are defined. Added an
interval for the movers section.
Index: build.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/build.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** build.xml 24 Jun 2003 21:19:06 -0000 1.110
--- build.xml 25 Jun 2003 04:21:02 -0000 1.111
***************
*** 479,482 ****
--- 479,486 ----
historyDir="tmp/clover_history">
<format type="pdf" pageSize="letter"/>
+ <overview/>
+ <coverage/>
+ <metrics/>
+ <movers interval="24h"/>
</historical>
</clover-report>
***************
*** 493,496 ****
--- 497,504 ----
historyDir="tmp/clover_history">
<format type="html"/>
+ <overview/>
+ <coverage/>
+ <metrics/>
+ <movers interval="24h"/>
</historical>
</clover-report>
|