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>
Show replies by date