You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2007/10/22 23:33:33 UTC

svn commit: r587271 - in /geronimo/server/trunk/plugins/system-database: system-database-jetty/src/main/plan/plan.xml system-database-tomcat/src/main/plan/plan.xml

Author: jlaskowski
Date: Mon Oct 22 14:33:32 2007
New Revision: 587271

URL: http://svn.apache.org/viewvc?rev=587271&view=rev
Log:
Add a generic postgresql regexp and one for 8.2 so they get available in the console's Driver JAR

Modified:
    geronimo/server/trunk/plugins/system-database/system-database-jetty/src/main/plan/plan.xml
    geronimo/server/trunk/plugins/system-database/system-database-tomcat/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/system-database/system-database-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/system-database-jetty/src/main/plan/plan.xml?rev=587271&r1=587270&r2=587271&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/system-database-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/system-database/system-database-jetty/src/main/plan/plan.xml Mon Oct 22 14:33:32 2007
@@ -271,7 +271,7 @@
         <attribute name="defaultPort">5432</attribute>
         <attribute name="specific">false</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
     </gbean>
     <gbean name="Database26" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">Progress</attribute>

Modified: geronimo/server/trunk/plugins/system-database/system-database-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/system-database-tomcat/src/main/plan/plan.xml?rev=587271&r1=587270&r2=587271&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/system-database-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/system-database/system-database-tomcat/src/main/plan/plan.xml Mon Oct 22 14:33:32 2007
@@ -272,7 +272,7 @@
         <attribute name="defaultPort">5432</attribute>
         <attribute name="specific">false</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
     </gbean>
     <gbean name="Database26" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">Progress</attribute>