Author: dain
Date: Sat Mar 19 23:36:33 2005
New Revision: 158318
URL: http://svn.apache.org/viewcvs?view=rev&rev=158318
Log:
Switch to tmporb
Modified:
geronimo/trunk/etc/project.properties
geronimo/trunk/modules/assembly/project.xml
Modified: geronimo/trunk/etc/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/etc/project.properties?view=diff&r1=158317&r2=158318
==============================================================================
--- geronimo/trunk/etc/project.properties (original)
+++ geronimo/trunk/etc/project.properties Sat Mar 19 23:36:33 2005
@@ -72,6 +72,7 @@
activemq_version=3.0-SNAPSHOT
geronimo_version=1.0-SNAPSHOT
openejb_version=2.0-SNAPSHOT
+tmporb_version=1.0-SNAPSHOT
tranql_version=1.0-SNAPSHOT
tranql_connector_version=1.0-SNAPSHOT
Modified: geronimo/trunk/modules/assembly/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?view=diff&r1=158317&r2=158318
==============================================================================
--- geronimo/trunk/modules/assembly/project.xml (original)
+++ geronimo/trunk/modules/assembly/project.xml Sat Mar 19 23:36:33 2005
@@ -1070,36 +1070,38 @@
<!--corba support -->
<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>
@@ -1107,7 +1109,7 @@
<dependency>
<groupId>openorb</groupId>
- <artifactId>openorb-orb-omg</artifactId>
+ <artifactId>openorb-ins</artifactId>
<version>${openorb_version}</version>
<properties>
<repository>true</repository>
@@ -1116,18 +1118,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>
@@ -1136,7 +1136,7 @@
<dependency>
<groupId>openorb</groupId>
- <artifactId>openorb-tools</artifactId>
+ <artifactId>openorb-ots</artifactId>
<version>${openorb_version}</version>
<properties>
<repository>true</repository>
|