dain        2005/03/20 02:37:42

  Modified:    modules/openejb-builder project.xml
  Log:

  Switch to tmporb
  
  Revision  Changes    Path
  1.15      +16 -19    openejb/modules/openejb-builder/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml       15 Mar 2005 05:32:40 -0000      1.14
  +++ project.xml       20 Mar 2005 07:37:42 -0000      1.15
  @@ -379,44 +379,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-orb-tools</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-omg</artifactId>
  +            <artifactId>openorb-ins</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <runtime>true</runtime>
  @@ -425,7 +422,7 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-ssl</artifactId>
  +            <artifactId>openorb-pss</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <runtime>true</runtime>
  @@ -434,7 +431,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