You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2003/12/05 14:40:50 UTC

cvs commit: ws-axis/java/xmls targets.xml

dims        2003/12/05 05:40:50

  Modified:    java/xmls targets.xml
  Log:
  flush more often :)
  
  Revision  Changes    Path
  1.61      +3 -1      ws-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/targets.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- targets.xml	4 Dec 2003 20:16:59 -0000	1.60
  +++ targets.xml	5 Dec 2003 13:40:49 -0000	1.61
  @@ -633,7 +633,9 @@
     <target name="axis-clover-setup" depends="axis-clover-setenv" if="clover.present">
        <echo message="Registering clover tasks" />
        <taskdef resource="clovertasks"/>
  -     <clover-setup initString="${axis.home}/axis_coverage.db">
  +     <clover-setup initString="${axis.home}/axis_coverage.db"
  +                   flushpolicy="interval"
  +                   flushinterval="1000">
          <files>
           <include name="**/org/apache/axis/**/*.java"/>
          </files>