[jbpm-commits] JBoss JBPM SVN: r2790 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 7 04:39:53 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-07 04:39:53 -0500 (Fri, 07 Nov 2008)
New Revision: 2790

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1810] Fix clean, drop, create schema with JbpmSchema 
restore the exclude


Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-11-07 08:06:14 UTC (rev 2789)
+++ jbpm3/trunk/modules/core/pom.xml	2008-11-07 09:39:53 UTC (rev 2790)
@@ -1,15 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!--  JBoss, the OpenSource J2EE webOS                                      -->
-  <!--                                                                        -->
-  <!--  Distributable under LGPL license.                                     -->
-  <!--  See terms of license at http://www.gnu.org.                           -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
 
-  <!-- $Id$ -->
+<!-- $Id$ -->
+  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -302,6 +303,8 @@
                 <exclude>org/jbpm/graph/node/ProcessStateDbTest.java</exclude>
                 <!-- [JBPM-1166] SEAM timer transaction integration -->
                 <exclude>org/jbpm/seam/JobExecutorCustomizationTest.java</exclude>
+                <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
+                <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -332,6 +335,8 @@
                 <exclude>org/jbpm/graph/exe/SubProcessPlusConcurrencyDbTest.java</exclude>
                 <!-- [JBPM-1782] Fix JoinExecutionDbTest on postgresql -->
                 <exclude>org/jbpm/jpdl/exe/JoinExecutionDbTest.java</exclude>
+                <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
+                <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -359,6 +364,8 @@
               <excludes>
                 <!-- [JBPM-1764] JobExecutorDbTest does not work on Sybase -->
                 <exclude>org/jbpm/job/executor/JobExecutorDbTest</exclude>
+                <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
+                <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>




More information about the jbpm-commits mailing list