From 52f4a510082ebe16c66162a2dbbecd3b6b1d66c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Tue, 19 May 2009 14:58:50 +0000 Subject: [PATCH] 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 --- build/build.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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 - - + + -- 2.39.5