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/05/13 15:57:22 UTC

cvs commit: jakarta-cactus build.xml

vmassol     2003/05/13 06:57:22

  Modified:    .        build.xml
  Log:
  Activate clover for the ant integration build when doinf a release
  
  Revision  Changes    Path
  1.46      +2 -0      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml	18 Apr 2003 12:30:04 -0000	1.45
  +++ build.xml	13 May 2003 13:57:22 -0000	1.46
  @@ -48,11 +48,13 @@
           <ant antfile="integration/ant/build.xml" inheritAll="false" 
               target="release">
               <property name="j2ee.jar" value="${j2ee.12.jar}"/> 
  +            <property name="clover.enable" value="true"/> 
           </ant>
   
           <ant antfile="integration/ant/build.xml" inheritAll="false" 
               target="release">
               <property name="j2ee.jar" value="${j2ee.13.jar}"/> 
  +            <property name="clover.enable" value="true"/> 
           </ant>
   
           <ant antfile="integration/eclipse/org.apache.cactus.eclipse.webapp/build.xml" 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org