dain        2005/03/22 14:36:09

  Modified:    modules/core project.xml
  Log:

  Convert remaining tmporb references to openorb
  
  Revision  Changes    Path
  1.47      +10 -10    openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- project.xml       20 Mar 2005 07:37:40 -0000      1.46
  +++ project.xml       22 Mar 2005 19:36:08 -0000      1.47
  @@ -452,27 +452,27 @@
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-ins</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-ins</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-pss</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-pss</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-ssl</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-ssl</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
  
  
  

Reply via email to