Author: aco
Date: Mon May 28 23:42:48 2007
New Revision: 542429

URL: http://svn.apache.org/viewvc?view=rev&rev=542429
Log:
Fix wrong commit on the pom.

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?view=diff&rev=542429&r1=542428&r2=542429
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon May 28 23:42:48 2007
@@ -259,7 +259,7 @@
           </systemProperties>
 
           <includes>
-            <include>**/SpringTest.*</include>
+            <include>**/*Test.*</include>
           </includes>
           <excludes>
 


Reply via email to