vmassol     2004/07/16 04:05:54

  Modified:    integration/maven/samples/servlet project.xml
  Log:
  Added support for clovering cactus tests
  
  Revision  Changes    Path
  1.2       +11 -0     jakarta-cactus/integration/maven/samples/servlet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/samples/servlet/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       20 Dec 2003 12:06:55 -0000      1.1
  +++ project.xml       16 Jul 2004 11:05:54 -0000      1.2
  @@ -65,6 +65,17 @@
         <artifactId>servletapi</artifactId>>
         <version>2.3</version>
       </dependency>
  +
  +    <!-- Add Clover dependency to support Clovering the Cactus tests -->
  +    <dependency>
  +      <groupId>clover</groupId>
  +      <artifactId>clover-ant</artifactId>
  +      <version>1.3_01</version>
  +      <properties>
  +        <cactus.bundle>true</cactus.bundle>
  +      </properties>
  +    </dependency>
  +
     </dependencies>
     
     <!-- build information for the project -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to