[jbpm-commits] JBoss JBPM SVN: r1605 - in jbpm3/trunk/modules/jpdl/core: src and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Jul 13 10:59:39 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-07-13 10:59:38 -0400 (Sun, 13 Jul 2008)
New Revision: 1605

Added:
   jbpm3/trunk/modules/jpdl/core/src/test/resources/samples/
Removed:
   jbpm3/trunk/modules/jpdl/core/src/testsuite/
Modified:
   jbpm3/trunk/modules/jpdl/core/pom.xml
Log:
Move dialect resource to main test resources

Modified: jbpm3/trunk/modules/jpdl/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml	2008-07-13 14:46:47 UTC (rev 1604)
+++ jbpm3/trunk/modules/jpdl/core/pom.xml	2008-07-13 14:59:38 UTC (rev 1605)
@@ -10,11 +10,8 @@
 <!-- ====================================================================== -->
 
 <!-- $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">
+<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>
-  
   <name>JBoss jBPM - jPDL Core</name>
   <groupId>org.jboss.jbpm</groupId>
   <artifactId>jbpm-jpdl-core</artifactId>
@@ -218,7 +215,7 @@
               Cleanup stale tests from the testsuite
               http://jira.jboss.org/jira/browse/JBPM-1205 
             -->
-            <exclude>org/jbpm/context/exe/VariableQueryDbTest.java</exclude>            
+            <exclude>org/jbpm/context/exe/VariableQueryDbTest.java</exclude>
             <exclude>org/jbpm/db/ContextSessionDbTest.java</exclude>
             <exclude>org/jbpm/DefaultConfigurationTest.java</exclude>
             <exclude>org/jbpm/graph/def/ExceptionHandlerDbTest.java</exclude>
@@ -251,5 +248,5 @@
         </configuration>
       </plugin>
     </plugins>
-  </build>  
+  </build>
 </project>
\ No newline at end of file

Copied: jbpm3/trunk/modules/jpdl/core/src/test/resources/samples (from rev 1604, jbpm3/trunk/modules/jpdl/core/src/testsuite/resources/samples)




More information about the jbpm-commits mailing list