You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2003/11/24 05:42:10 UTC

cvs commit: incubator-geronimo/modules/web project.xml

adc         2003/11/23 20:42:10

  Modified:    modules/web project.xml
  Log:
  Add JACC to the dependency.
  
  Revision  Changes    Path
  1.10      +10 -1     incubator-geronimo/modules/web/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/web/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	6 Nov 2003 13:13:11 -0000	1.9
  +++ project.xml	24 Nov 2003 04:42:10 -0000	1.10
  @@ -114,6 +114,15 @@
                   </destinations>
               </properties>
           </dependency>
  +        
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2ee-jacc</artifactId>
  +            <version>DEV</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
   
           <!-- Thirdparty -->
       <dependency>