[jbosstools-commits] JBoss Tools SVN: r30361 - trunk/build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Apr 6 06:17:47 EDT 2011


Author: max.andersen at jboss.com
Date: 2011-04-06 06:17:47 -0400 (Wed, 06 Apr 2011)
New Revision: 30361

Modified:
   trunk/build/pom.xml
Log:
exclude gwt from build/pom.xml since its not avaiable for 3.7

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2011-04-06 10:05:19 UTC (rev 30360)
+++ trunk/build/pom.xml	2011-04-06 10:17:47 UTC (rev 30361)
@@ -558,9 +558,10 @@
 			<activation>
 				<activeByDefault>true</activeByDefault>
 			</activation>
+			<!-- As long as GWT is not available for Eclipse 3.7 it is not to be included 
 			<modules>
 				<module>../gwt</module>
-			</modules>
+			</modules> -->
 		</profile>
 
 		<profile>



More information about the jbosstools-commits mailing list