From: Marko Grönroos Date: Tue, 19 May 2009 14:58:50 +0000 (+0000) Subject: Use the new 'Compiler' class instead of the deprecated 'GWTCompiler' for compiling... X-Git-Tag: 6.7.0.beta1~2824 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=52f4a510082ebe16c66162a2dbbecd3b6b1d66c1;p=vaadin-framework.git Use the new 'Compiler' class instead of the deprecated 'GWTCompiler' for compiling widget sets. Fixes #2894. Also prevented X11 errors when compiling smart sprites. svn changeset:7899/svn branch:6.0 --- diff --git a/build/build.xml b/build/build.xml index b9d3ab1952..833637d214 100644 --- a/build/build.xml +++ b/build/build.xml @@ -747,6 +747,7 @@ + @@ -762,8 +763,8 @@ Compiling src (client-side) com.vaadin.terminal.gwt.DefaultWidgetSet - - + + @@ -788,8 +789,8 @@ com.vaadin.demo.reservation.gwt.ReservationWidgetSet - - + + @@ -813,8 +814,8 @@ com.vaadin.demo.sampler.gwt.SamplerWidgetSet - - + + @@ -835,8 +836,8 @@ com.vaadin.demo.coverflow.gwt.CoverflowWidgetSet - - + + @@ -857,8 +858,8 @@ com.vaadin.demo.colorpicker.gwt.ColorPickerWidgetSet - - + +