[jbpm-commits] JBoss JBPM SVN: r2868 - jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 16:00:06 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 16:00:06 -0500 (Mon, 10 Nov 2008)
New Revision: 2868

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
Log:
[JBPM-1830] Fix AppServerConfigurationsTest for sybase on jboss500

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-10 19:49:38 UTC (rev 2867)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-10 21:00:06 UTC (rev 2868)
@@ -362,6 +362,8 @@
                 <exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
                 <exclude>org/jbpm/persistence/jta/JtaDbPersistenceTest.java</exclude>
                 <exclude>org/jbpm/msg/jms/JmsMessageTest.java</exclude>
+                <!-- [JBPM-1830] Fix AppServerConfigurationsTest for sybase on jboss500 -->
+                <exclude>org/jbpm/enterprise/AppServerConfigurationsTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jbpm-commits mailing list