[jbpm-commits] JBoss JBPM SVN: r4669 - jbpm4/trunk/modules/test-db.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 29 05:34:18 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-29 05:34:18 -0400 (Wed, 29 Apr 2009)
New Revision: 4669

Modified:
   jbpm4/trunk/modules/test-db/pom.xml
Log:
excluded test-db from integration test runs

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2009-04-29 09:33:55 UTC (rev 4668)
+++ jbpm4/trunk/modules/test-db/pom.xml	2009-04-29 09:34:18 UTC (rev 4669)
@@ -87,7 +87,7 @@
       </build>
     </profile>
 
-    <!-- -Djboss.bind.address -->
+    <!-- -Djboss.bind.address
     <profile>
       <id>integration.tests</id>
       <activation>
@@ -102,7 +102,6 @@
           <artifactId>jbpm-enterprise</artifactId>
           <scope>test</scope>
         </dependency>
-        <!-- AS 5 Integration tests -->
         <dependency>
           <groupId>org.jboss.jbossas</groupId>
           <artifactId>jboss-as-client</artifactId>
@@ -153,7 +152,7 @@
           </plugin>
         </plugins>
       </build>
-    </profile>
+    </profile -->
 
   </profiles>
 




More information about the jbpm-commits mailing list