[jboss-cvs] JBossAS SVN: r89440 - projects/spring-int/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 10:35:29 EDT 2009


Author: marius.bogoevici
Date: 2009-05-26 10:35:29 -0400 (Tue, 26 May 2009)
New Revision: 89440

Modified:
   projects/spring-int/trunk/pom.xml
Log:
Test classes pattern change.

Modified: projects/spring-int/trunk/pom.xml
===================================================================
--- projects/spring-int/trunk/pom.xml	2009-05-26 14:12:05 UTC (rev 89439)
+++ projects/spring-int/trunk/pom.xml	2009-05-26 14:35:29 UTC (rev 89440)
@@ -110,7 +110,7 @@
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <includes>
-              <include>org/jboss/test/**/*TestCase.java</include>
+              <include>org/jboss/**/*TestCase.java</include>
             </includes>
           </configuration>
         </plugin>




More information about the jboss-cvs-commits mailing list