Author: dgolovin
Date: 2012-06-21 15:11:24 -0400 (Thu, 21 Jun 2012)
New Revision: 42153
Modified:
trunk/build/pom.xml
Log:
disable GWT integration profile in build/pom.xml until google have version for juno
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-06-21 19:05:48 UTC (rev 42152)
+++ trunk/build/pom.xml 2012-06-21 19:11:24 UTC (rev 42153)
@@ -514,7 +514,7 @@
<profile>
<id>gwt</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>../gwt</module>
@@ -524,7 +524,7 @@
<profile>
<id>gwt-bootstrap</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>../tests</module>
Show replies by date