You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/24 23:23:03 UTC

svn commit: r671348 - /geronimo/server/trunk/testsuite/pom.xml

Author: gawor
Date: Tue Jun 24 14:23:03 2008
New Revision: 671348

URL: http://svn.apache.org/viewvc?rev=671348&view=rev
Log:
temporary workaround to get testsuites running again

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=671348&r1=671347&r2=671348&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Tue Jun 24 14:23:03 2008
@@ -238,9 +238,11 @@
                             <directory>${project.basedir}</directory>
                             <includes>
                                 <include>*/*/pom.xml</include>
+                                <include>concurrent-testsuite/pom.xml</include>
                             </includes>
                             <excludes>
                                 <exclude>${shittyTestExcludes}</exclude>
+                                <exclude>concurrent-testsuite/*/pom.xml</exclude>
                             </excludes>
                         </fileset>
                     </projects>