You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2004/01/21 21:37:39 UTC

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

jboynes     2004/01/21 12:37:39

  Modified:    modules/deployment project.xml
  Log:
  Start of JSR88 provider and a simple tool to test it
  
  Revision  Changes    Path
  1.4       +12 -3     incubator-geronimo/modules/deployment/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/deployment/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	19 Jan 2004 06:28:04 -0000	1.3
  +++ project.xml	21 Jan 2004 20:37:39 -0000	1.4
  @@ -35,6 +35,15 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-common</artifactId>
  +            <version>DEV</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
  +
  +        <dependency>
               <id>cglib</id>
               <version>HEAD-20031111</version>
               <url>http://cglib.sf.net/</url>
  @@ -64,8 +73,8 @@
           </dependency>
   
           <dependency>
  -            <groupId>geronimo</groupId>
  -            <artifactId>geronimo-common</artifactId>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-j2ee-deployment</artifactId>
               <version>DEV</version>
               <properties>
                   <module>true</module>