[jbosstools-commits] JBoss Tools SVN: r22568 - trunk/seam/tests.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jun 4 16:03:18 EDT 2010


Author: nickboldt
Date: 2010-06-04 16:03:17 -0400 (Fri, 04 Jun 2010)
New Revision: 22568

Modified:
   trunk/seam/tests/pom.xml
Log:
JBIDE-6421 no code, so no tests to run - comment out empty test plugins

Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml	2010-06-04 20:01:16 UTC (rev 22567)
+++ trunk/seam/tests/pom.xml	2010-06-04 20:03:17 UTC (rev 22568)
@@ -14,12 +14,12 @@
 	<modules>
 		<module>org.jboss.tools.seam.core.test</module>
 		<module>org.jboss.tools.seam.pages.xml.test</module>
-		<module>org.jboss.tools.seam.text.ext.test</module>
+		<!-- <module>org.jboss.tools.seam.text.ext.test</module> -->
 		<module>org.jboss.tools.seam.ui.bot.test</module>
-		<module>org.jboss.tools.seam.ui.pages.test</module>
+		<!-- <module>org.jboss.tools.seam.ui.pages.test</module> -->
 		<module>org.jboss.tools.seam.ui.test</module>
 		<module>org.jboss.tools.seam.xml.test</module>
-		<module>org.jboss.tools.seam.xml.ui.test</module>
+		<!-- <module>org.jboss.tools.seam.xml.ui.test</module> -->
 	</modules>
 </project>
-	
\ No newline at end of file
+	



More information about the jbosstools-commits mailing list