[xwiki-commits] r3928 - xwiki-products/curriki/trunk/gwt
Vincent Massol
vincent at massol.net
Tue Jul 10 09:41:33 CEST 2007
On Jul 10, 2007, at 1:30 AM, David Ward wrote:
> Author: dward
> Date: 2007-07-10 01:26:09 +0200 (Tue, 10 Jul 2007)
> New Revision: 3928
>
> Modified:
> xwiki-products/curriki/trunk/gwt/pom.xml
> Log:
> - Allow GWT version to be changed
> - The previous checkin ignored the fact that there are two sets
> of profiles,
> so now adding -Dgwt=1.4.10 will use the 1.4.10 compiler
>
>
> Modified: xwiki-products/curriki/trunk/gwt/pom.xml
> ===================================================================
> --- xwiki-products/curriki/trunk/gwt/pom.xml 2007-07-09 22:45:44
> UTC (rev 3927)
> +++ xwiki-products/curriki/trunk/gwt/pom.xml 2007-07-09 23:26:09
> UTC (rev 3928)
> @@ -212,11 +212,9 @@
> <profile>
> <id>gwt-1.3.3</id>
> <activation>
> - <activeByDefault>true</activeByDefault>
> - <!-- It seems activeByDefault is currently broken
> - http://jira.codehaus.org/browse/MNG-1882
> - TODO: Remove this hack when fixed in 2.1 (bug claims
> fixed in 2.0.x) -->
> - <jdk>1</jdk>
> + <property>
> + <name>!gwt</name>
> + </property>
Ah just seen this. Forget my earlier email on this topic :)
Thanks
-Vincent
More information about the devs
mailing list