[jbosscache-commits] JBoss Cache SVN: r7586 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Jan 23 07:50:05 EST 2009


Author: mircea.markus
Date: 2009-01-23 07:50:05 -0500 (Fri, 23 Jan 2009)
New Revision: 7586

Modified:
   core/trunk/pom.xml
Log:
test-hudson profile is active by default

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-01-23 12:17:27 UTC (rev 7585)
+++ core/trunk/pom.xml	2009-01-23 12:50:05 UTC (rev 7586)
@@ -32,7 +32,7 @@
 
 	   <!--
 	         For the JTA 1.1 API; consuming projects can safely
-	         exclude this and replace with any valid source of this API, such as a Java EE app server. 
+	         exclude this and replace with any valid source of this API, such as a Java EE app server.
        -->
       <dependency>
          <groupId>javax.transaction</groupId>
@@ -404,6 +404,9 @@
 
       <profile>
          <id>test-hudson</id>
+         <activation>
+            <activeByDefault>true</activeByDefault>
+         </activation>
          <properties>
             <defaultTestGroup>functional,unit</defaultTestGroup>
             <protocol.stack>tcp</protocol.stack>




More information about the jbosscache-commits mailing list