[jbpm-commits] JBoss JBPM SVN: r2801 - in jbpm3/trunk: hudson/hudson-home/jobs/jBPM3-ShortMatrix and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 7 07:26:15 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-07 07:26:15 -0500 (Fri, 07 Nov 2008)
New Revision: 2801

Modified:
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml
   jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-ShortMatrix/config.xml
   jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml
Log:
Drop support for postgresql

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml	2008-11-07 11:50:58 UTC (rev 2800)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-Matrix/config.xml	2008-11-07 12:26:15 UTC (rev 2801)
@@ -44,7 +44,7 @@
       <values>
         <string>hsqldb</string>
         <string>mysql</string>
-        <string>postgresql</string>
+        <!-- string>postgresql</string -->
       </values>
     </axis>
     <axis>

Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-ShortMatrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-ShortMatrix/config.xml	2008-11-07 11:50:58 UTC (rev 2800)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-ShortMatrix/config.xml	2008-11-07 12:26:15 UTC (rev 2801)
@@ -42,7 +42,7 @@
       <values>
         <string>hsqldb</string>
         <string>mysql</string>
-        <string>postgresql</string>
+        <!-- string>postgresql</string -->
       </values>
     </axis>
     <axis>

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml	2008-11-07 11:50:58 UTC (rev 2800)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/user-input-spec.xml	2008-11-07 12:26:15 UTC (rev 2801)
@@ -19,8 +19,8 @@
       <spec>
         <choice txt="Hypersonic" value="hsqldb" set="true" />
         <choice txt="MySQL" value="mysql" />
-        <choice txt="PostgreSQL" value="postgresql" />
-        <choice txt="Sybase" value="sybase" />
+        <!-- choice txt="PostgreSQL" value="postgresql" /-->
+        <!-- choice txt="Sybase" value="sybase" /-->
       </spec>
     </field>
   </panel>




More information about the jbpm-commits mailing list