[jboss-cvs] JBoss Messaging SVN: r2375 - trunk/util.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 21 01:24:56 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-02-21 01:24:55 -0500 (Wed, 21 Feb 2007)
New Revision: 2375

Modified:
   trunk/util/release-admin.xml
Log:
Fixing postgresql name

Modified: trunk/util/release-admin.xml
===================================================================
--- trunk/util/release-admin.xml	2007-02-21 06:04:54 UTC (rev 2374)
+++ trunk/util/release-admin.xml	2007-02-21 06:24:55 UTC (rev 2375)
@@ -83,7 +83,7 @@
         <condition property="supported.database">
             <or>
                 <equals arg1="${database}" arg2="mysql"/>
-                <equals arg1="${database}" arg2="postgres"/>
+                <equals arg1="${database}" arg2="postgresql"/>
                 <equals arg1="${database}" arg2="oracle"/>
                 <equals arg1="${database}" arg2="mssql"/>
                 <equals arg1="${database}" arg2="sybase"/>




More information about the jboss-cvs-commits mailing list