From 76b5bfdfb921cad6aee387b04ce15017a093dd25 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 29 Aug 2012 12:36:15 +0300 Subject: Additional fixes for com.vaadin.terminal removal (#9431, #9432) --- client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java') diff --git a/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java b/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java index 4de6847012..51d5ec8187 100755 --- a/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java +++ b/client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java @@ -33,7 +33,7 @@ import com.vaadin.server.widgetsetutils.WidgetSetBuilder; * * A typical invocation would use e.g. the following arguments * - * "-out WebContent/VAADIN/widgetsets com.vaadin.terminal.gwt.DefaultWidgetSet" + * "-out WebContent/VAADIN/widgetsets com.vaadin.DefaultWidgetSet" * * In addition, larger memory usage settings for the VM should be used, e.g. * -- cgit v1.2.3