Author: djencks
Date: Sun Dec 3 00:18:18 2006
New Revision: 481734
URL: http://svn.apache.org/viewvc?view=rev&rev=481734
Log:
GERONIMO-2616 move all tx stuff to the transaction-jta1.1 config.
Removed:
geronimo/server/trunk/configs/transaction/
Modified:
geronimo/server/trunk/configs/connector-deployer/pom.xml
geronimo/server/trunk/configs/connector-deployer/src/plan/plan.xml
geronimo/server/trunk/configs/dojo-jetty6/pom.xml
geronimo/server/trunk/configs/jetty/pom.xml
geronimo/server/trunk/configs/jetty6-deployer/src/plan/plan.xml
geronimo/server/trunk/configs/openejb/pom.xml
geronimo/server/trunk/configs/openjpa/pom.xml
geronimo/server/trunk/configs/persistence-jpa10-deployer/pom.xml
geronimo/server/trunk/configs/pom.xml
geronimo/server/trunk/configs/system-database/pom.xml
geronimo/server/trunk/configs/tomcat/pom.xml
geronimo/server/trunk/configs/uddi-jetty6/pom.xml
geronimo/server/trunk/configs/webconsole-jetty6/pom.xml
Modified: geronimo/server/trunk/configs/connector-deployer/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/connector-deployer/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/connector-deployer/pom.xml (original)
+++ geronimo/server/trunk/configs/connector-deployer/pom.xml Sun Dec
3 00:18:18 2006
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<version>${version}</version>
<type>car</type>
<scope>runtime</scope>
Modified:
geronimo/server/trunk/configs/connector-deployer/src/plan/plan.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/connector-deployer/src/plan/plan.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/connector-deployer/src/plan/plan.xml
(original)
+++ geronimo/server/trunk/configs/connector-deployer/src/plan/plan.xml
Sun Dec 3 00:18:18 2006
@@ -35,7 +35,7 @@
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<type>car</type>
</dependency>
<dependency>
Modified: geronimo/server/trunk/configs/dojo-jetty6/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-jetty6/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/dojo-jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/dojo-jetty6/pom.xml Sun Dec 3
00:18:18 2006
@@ -34,23 +34,6 @@
<dependencies>
- <!-- hack, remove when integrated in trunk-->
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>jetty</artifactId>
- <version>${version}</version>
- <type>car</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>jetty6-deployer</artifactId>
- <version>${pom.version}</version>
- <type>car</type>
- <scope>provided</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.applications</groupId>
<artifactId>geronimo-dojo</artifactId>
Modified: geronimo/server/trunk/configs/jetty/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/jetty/pom.xml (original)
+++ geronimo/server/trunk/configs/jetty/pom.xml Sun Dec 3 00:18:18 2006
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<version>${version}</version>
<type>car</type>
</dependency>
Modified: geronimo/server/trunk/configs/jetty6-deployer/src/plan/plan.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty6-deployer/src/plan/plan.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/jetty6-deployer/src/plan/plan.xml
(original)
+++ geronimo/server/trunk/configs/jetty6-deployer/src/plan/plan.xml
Sun Dec 3 00:18:18 2006
@@ -70,8 +70,7 @@
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
- <!-- server artifact aliases turns this into
jetty6 -->
- <artifactId>jetty</artifactId>
+ <artifactId>jetty6</artifactId>
<type>car</type>
</dependency>
</dependencies>
Modified: geronimo/server/trunk/configs/openejb/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/openejb/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/openejb/pom.xml (original)
+++ geronimo/server/trunk/configs/openejb/pom.xml Sun Dec 3 00:18:18
2006
@@ -51,7 +51,7 @@
<!--<dependency>-->
<!--<groupId>org.apache.geronimo.configs</groupId>-->
- <!--<artifactId>transaction</artifactId>-->
+ <!--<artifactId>transaction-jta11</artifactId>-->
<!--<version>${version}</version>-->
<!--<type>car</type>-->
<!--</dependency>-->
Modified: geronimo/server/trunk/configs/openjpa/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/openjpa/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/openjpa/pom.xml (original)
+++ geronimo/server/trunk/configs/openjpa/pom.xml Sun Dec 3 00:18:18
2006
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<version>${pom.version}</version>
<type>car</type>
</dependency>
Modified:
geronimo/server/trunk/configs/persistence-jpa10-deployer/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/persistence-jpa10-deployer/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/persistence-jpa10-deployer/pom.xml
(original)
+++ geronimo/server/trunk/configs/persistence-jpa10-deployer/pom.xml
Sun Dec 3 00:18:18 2006
@@ -50,7 +50,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<type>car</type>
<version>${pom.version}</version>
<scope>runtime</scope>
Modified: geronimo/server/trunk/configs/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/pom.xml (original)
+++ geronimo/server/trunk/configs/pom.xml Sun Dec 3 00:18:18 2006
@@ -161,7 +161,7 @@
<module>system-database</module>
<module>tomcat</module>
<module>tomcat-deployer</module>
- <module>transaction</module>
+ <!--<module>transaction</module>-->
<module>uddi-jetty</module>
<module>uddi-tomcat</module>
<module>unavailable-client-deployer</module>
Modified: geronimo/server/trunk/configs/system-database/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/system-database/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/system-database/pom.xml (original)
+++ geronimo/server/trunk/configs/system-database/pom.xml Sun Dec 3
00:18:18 2006
@@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<version>${version}</version>
<type>car</type>
</dependency>
Modified: geronimo/server/trunk/configs/tomcat/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/tomcat/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/tomcat/pom.xml (original)
+++ geronimo/server/trunk/configs/tomcat/pom.xml Sun Dec 3 00:18:18 2006
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
- <artifactId>transaction</artifactId>
+ <artifactId>transaction-jta11</artifactId>
<version>${version}</version>
<type>car</type>
</dependency>
Modified: geronimo/server/trunk/configs/uddi-jetty6/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/uddi-jetty6/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/uddi-jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/uddi-jetty6/pom.xml Sun Dec 3
00:18:18 2006
@@ -34,15 +34,6 @@
<dependencies>
- <!-- hack, remove when integrated in trunk-->
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>jetty</artifactId>
- <version>${version}</version>
- <type>car</type>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>system-database</artifactId>
Modified: geronimo/server/trunk/configs/webconsole-jetty6/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/webconsole-jetty6/pom.xml?view=diff&rev=481734&r1=481733&r2=481734
==============================================================================
--- geronimo/server/trunk/configs/webconsole-jetty6/pom.xml (original)
+++ geronimo/server/trunk/configs/webconsole-jetty6/pom.xml Sun Dec 3
00:18:18 2006
@@ -34,15 +34,6 @@
<dependencies>
- <!-- hack, remove when integrated in trunk-->
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>jetty</artifactId>
- <version>${version}</version>
- <type>car</type>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>j2ee-server</artifactId>