dain        2005/12/07 18:39:26

  Modified:    modules/itests project.xml
  Log:

  Change to match new Geronimo artifactId and jar for the j2ee jetty 
distribution
  
  Revision  Changes    Path
  1.38      +3 -3      openejb/modules/itests/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/itests/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml       27 Oct 2005 19:10:12 -0000      1.37
  +++ project.xml       7 Dec 2005 23:39:26 -0000       1.38
  @@ -111,9 +111,9 @@
   
           <dependency>
               <groupId>geronimo</groupId>
  -            <artifactId>geronimo</artifactId>
  +            <artifactId>geronimo-jetty-j2ee</artifactId>
               <version>${geronimo_version}</version>
  -            <jar>geronimo-${geronimo_version}.zip</jar>
  +            <jar>geronimo-jetty-j2ee-${geronimo_version}.zip</jar>
               <type>distribution</type>
           </dependency>
   
  
  
  

Reply via email to