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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 9 23:19:54 EDT 2012


Author: nickboldt
Date: 2012-05-09 23:19:53 -0400 (Wed, 09 May 2012)
New Revision: 40903

Modified:
   trunk/build/pom.xml
Log:
add get-bootstrap profile

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2012-05-10 01:05:02 UTC (rev 40902)
+++ trunk/build/pom.xml	2012-05-10 03:19:53 UTC (rev 40903)
@@ -517,6 +517,18 @@
 		</profile>
 
 		<profile>
+			<id>gwt-bootstrap</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<modules>
+				<module>../tests</module>
+				<module>../gwt</module>
+				<module>../usage</module>
+			</modules>
+		</profile>
+
+		<profile>
 			<id>deltacloud</id>
 			<activation>
 				<activeByDefault>true</activeByDefault>



More information about the jbosstools-commits mailing list