[jbosstools-commits] JBoss Tools SVN: r22583 - branches/3.2.helios/seam/tests.

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


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

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

Modified: branches/3.2.helios/seam/tests/pom.xml
===================================================================
--- branches/3.2.helios/seam/tests/pom.xml	2010-06-05 09:16:11 UTC (rev 22582)
+++ branches/3.2.helios/seam/tests/pom.xml	2010-06-05 14:42:19 UTC (rev 22583)
@@ -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