You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2011/07/29 07:53:57 UTC

svn commit: r1152113 - /geronimo/tck/branches/3.0/pom.xml

Author: genspring
Date: Fri Jul 29 05:53:56 2011
New Revision: 1152113

URL: http://svn.apache.org/viewvc?rev=1152113&view=rev
Log:
does not build the runners by default to avoid the build failures.

Modified:
    geronimo/tck/branches/3.0/pom.xml

Modified: geronimo/tck/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/pom.xml?rev=1152113&r1=1152112&r2=1152113&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/pom.xml (original)
+++ geronimo/tck/branches/3.0/pom.xml Fri Jul 29 05:53:56 2011
@@ -90,11 +90,11 @@
     <modules>
         <module>jboss-test-harness-geronimo</module>
         <module>geronimo-porting</module>
-        <module>jcdi-tck-runner</module>
+        <!--module>jcdi-tck-runner</module>
         <module>validator-tck-runner</module>
         <module>jaxb-tck-runner</module>
         <module>stax-tck-runner</module>
-        <module>atinject-tck-runner</module>
+        <module>atinject-tck-runner</module-->
     </modules>
 
     <build>