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 2004/03/05 14:10:08 UTC

cvs commit: jakarta-cactus/scratchpad/cactus2/samples/servlet project.xml

vmassol     2004/03/05 05:10:08

  Modified:    scratchpad/cactus2/samples/servlet project.xml
  Log:
  Added dependency on the cactus2 maven plugin as it's a prerequisite
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-cactus/scratchpad/cactus2/samples/servlet/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/scratchpad/cactus2/samples/servlet/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	21 Feb 2004 16:39:30 -0000	1.2
  +++ project.xml	5 Mar 2004 13:10:08 -0000	1.3
  @@ -23,6 +23,12 @@
         </properties>
       </dependency>
       <dependency>
  +      <groupId>cactus</groupId>
  +      <artifactId>cactus2-maven</artifactId>
  +      <version>${pom.currentVersion}</version>
  +      <type>plugin</type>
  +    </dependency>
  +    <dependency>
         <groupId>servletapi</groupId>
         <artifactId>servletapi</artifactId>
         <version>2.3</version>
  
  
  

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