From 564f67f77b535f490fb7c7783d89bf83a55c8cab Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 5 Jun 2012 11:41:42 +0300 Subject: [PATCH] Deprecate WidgetSetCompiler, not needed with Java6 (but used in Eclipse) --- src/com/vaadin/tools/WidgetsetCompiler.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/com/vaadin/tools/WidgetsetCompiler.java b/src/com/vaadin/tools/WidgetsetCompiler.java index 323fb17e32..618313a8d8 100644 --- a/src/com/vaadin/tools/WidgetsetCompiler.java +++ b/src/com/vaadin/tools/WidgetsetCompiler.java @@ -30,7 +30,10 @@ import com.vaadin.terminal.gwt.widgetsetutils.WidgetSetBuilder; * The source directory containing widgetset and related classes must be * included in the classpath, as well as the gwt-dev-[platform].jar and other * relevant JARs. + * + * @deprecated with Java 6, can use com.google.gwt.dev.Compiler directly (also in Eclipse plug-in etc.) */ +@Deprecated public class WidgetsetCompiler { private static final Logger logger = Logger -- 2.39.5