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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Sat Jun 5 10:42:59 EDT 2010


Author: nickboldt
Date: 2010-06-05 10:42:59 -0400 (Sat, 05 Jun 2010)
New Revision: 22584

Modified:
   trunk/seam/tests/pom.xml
Log:
reenable empty plugins so that seam test feature can be built

Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml	2010-06-05 14:42:19 UTC (rev 22583)
+++ trunk/seam/tests/pom.xml	2010-06-05 14:42:59 UTC (rev 22584)
@@ -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>
 	



More information about the jbosstools-commits mailing list