You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/01/12 18:12:40 UTC

cvs commit: jakarta-cactus build.xml

vmassol     2003/01/12 09:12:40

  Modified:    .        build.xml
  Log:
  Fixed location for the clover coverage files
  
  Revision  Changes    Path
  1.34      +4 -4      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml	10 Jan 2003 07:13:26 -0000	1.33
  +++ build.xml	12 Jan 2003 17:12:39 -0000	1.34
  @@ -306,16 +306,16 @@
       <target name="package.documentation.clover.yes" if="clover.enable">
   
           <mkdir dir="${dist.doc.dir}"/>
  -        <copy tofile="${dist.doc.dir}/coverage.html"
  -            file="documentation/dist/doc/coverage_${j2ee.api}.html"/>
  +        <copy tofile="${dist.doc.dir}/participating/coverage.html"
  +            file="documentation/dist/doc/participating/coverage_${j2ee.api}.html"/>
   
       </target>
   
       <target name="package.documentation.clover.no" unless="clover.enable">
   
           <mkdir dir="${dist.doc.dir}"/>
  -        <copy tofile="${dist.doc.dir}/coverage.html"
  -            file="documentation/dist/doc/coverage_empty.html"/>
  +        <copy tofile="${dist.doc.dir}/participating/coverage.html"
  +            file="documentation/dist/doc/participating/coverage_empty.html"/>
   
       </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>