dain        2005/03/20 02:37:40

  Modified:    modules/core project.xml
  Log:

  Switch to tmporb
  
  Revision  Changes    Path
  1.46      +16 -19    openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml       18 Mar 2005 07:42:17 -0000      1.45
  +++ project.xml       20 Mar 2005 07:37:40 -0000      1.46
  @@ -419,44 +419,41 @@
           
           <!-- CORBA -->
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-orb</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-orb</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-ins</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-orb-omg</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-orb-tools</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <runtime>true</runtime>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-ssl</artifactId>
  -            <version>${openorb_version}</version>
  -            <properties>
  -                <runtime>true</runtime>
  -            </properties>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-tools</artifactId>
  +            <version>${tmporb_version}</version>
           </dependency>
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-orb-tools</artifactId>
  +            <artifactId>openorb-ins</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <runtime>true</runtime>
  @@ -465,7 +462,7 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-orb-omg</artifactId>
  +            <artifactId>openorb-pss</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <runtime>true</runtime>
  @@ -474,7 +471,7 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-tools</artifactId>
  +            <artifactId>openorb-ssl</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <runtime>true</runtime>
  
  
  

Reply via email to