You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/03/19 03:54:28 UTC

svn commit: r638687 - in /geronimo/server/branches/2.1: plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml pom.xml

Author: dwoods
Date: Tue Mar 18 19:54:25 2008
New Revision: 638687

URL: http://svn.apache.org/viewvc?rev=638687&view=rev
Log:
undo add of tranql-connector-db2-local

Modified:
    geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
    geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml?rev=638687&r1=638686&r2=638687&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml Tue Mar 18 19:54:25 2008
@@ -91,20 +91,12 @@
         <attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute>
     </gbean>
     <gbean name="Database2" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
-        <attribute name="name">DB2 XA</attribute>
-        <attribute name="URLPrototype">null</attribute>
-        <attribute name="driverClassName">null</attribute>
-        <attribute name="defaultPort">0</attribute>
-        <attribute name="specific">true</attribute>
-        <attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>
-    </gbean>
-    <gbean name="Database2a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">DB2</attribute>
         <attribute name="URLPrototype">null</attribute>
         <attribute name="driverClassName">null</attribute>
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
-        <attribute name="RARName">org.tranql/tranql-connector-db2-local//rar</attribute>
+        <attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>
     </gbean>
     <gbean name="Database3" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">DB2 (DataDirect)</attribute>

Modified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml?rev=638687&r1=638686&r2=638687&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml Tue Mar 18 19:54:25 2008
@@ -92,20 +92,12 @@
         <attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute>
     </gbean>
     <gbean name="Database2" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
-        <attribute name="name">DB2 XA</attribute>
-        <attribute name="URLPrototype">null</attribute>
-        <attribute name="driverClassName">null</attribute>
-        <attribute name="defaultPort">0</attribute>
-        <attribute name="specific">true</attribute>
-        <attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>
-    </gbean>
-    <gbean name="Database2a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">DB2</attribute>
         <attribute name="URLPrototype">null</attribute>
         <attribute name="driverClassName">null</attribute>
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
-        <attribute name="RARName">org.tranql/tranql-connector-db2-local//rar</attribute>
+        <attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>
     </gbean>
     <gbean name="Database3" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">DB2 (DataDirect)</attribute>

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=638687&r1=638686&r2=638687&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Tue Mar 18 19:54:25 2008
@@ -938,13 +938,6 @@
 
             <dependency>
                 <groupId>org.tranql</groupId>
-                <artifactId>tranql-connector-db2-local</artifactId>
-                <version>1.1</version>
-                <type>rar</type>
-            </dependency>
-
-            <dependency>
-                <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-db2-xa</artifactId>
                 <version>1.1</version>
                 <type>rar</type>