dain        2005/03/20 02:37:39

  Modified:    modules/assembly project.xml
  Log:

  Switch to tmporb
  
  Revision  Changes    Path
  1.45      +19 -19    openejb/modules/assembly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- project.xml       15 Mar 2005 03:49:39 -0000      1.44
  +++ project.xml       20 Mar 2005 07:37:38 -0000      1.45
  @@ -591,36 +591,38 @@
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-orb</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-orb</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <repository>true</repository>
               </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>
                   <repository>true</repository>
               </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>
  +                <lib>true</lib>
  +                <deploy>true</deploy>
                   <repository>true</repository>
               </properties>
           </dependency>
   
           <dependency>
  -            <groupId>openorb</groupId>
  -            <artifactId>openorb-ssl</artifactId>
  -            <version>${openorb_version}</version>
  +            <groupId>tmporb</groupId>
  +            <artifactId>tmporb-tools</artifactId>
  +            <version>${tmporb_version}</version>
               <properties>
                   <repository>true</repository>
               </properties>
  @@ -628,7 +630,7 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-orb-omg</artifactId>
  +            <artifactId>openorb-ins</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <repository>true</repository>
  @@ -637,18 +639,16 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-orb-tools</artifactId>
  +            <artifactId>openorb-pss</artifactId>
               <version>${openorb_version}</version>
               <properties>
  -                <lib>true</lib>
  -                <deploy>true</deploy>
                   <repository>true</repository>
               </properties>
           </dependency>
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-ots</artifactId>
  +            <artifactId>openorb-ssl</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <repository>true</repository>
  @@ -657,7 +657,7 @@
   
           <dependency>
               <groupId>openorb</groupId>
  -            <artifactId>openorb-tools</artifactId>
  +            <artifactId>openorb-ots</artifactId>
               <version>${openorb_version}</version>
               <properties>
                   <repository>true</repository>
  
  
  

Reply via email to