diff options
Diffstat (limited to 'client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml')
-rw-r--r-- | client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml b/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml index 278d92f38f..8af257fe3c 100644 --- a/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml +++ b/client/src/com/vaadin/terminal/gwt/DefaultWidgetSet.gwt.xml @@ -1,13 +1,9 @@ <module> - <!-- This GWT module defines the Vaadin DefaultWidgetSet. This is the module - you want to extend when creating an extended widget set, or when creating - a specialized widget set with a subset of the components. --> - - <!-- Hint for WidgetSetBuilder not to automatically update the file --> - <!-- WS Compiler: manually edited --> - - <inherits name="com.vaadin.Vaadin" /> - - <entry-point class="com.vaadin.terminal.gwt.client.ApplicationConfiguration" /> + <!-- This GWT module is provided for backwards compatibility only. You + should inherit com.vaadin.DefaultWidgetSet instead. --> + <!-- Hint for WidgetSetBuilder not to automatically update the file --> + <!-- WS Compiler: manually edited --> + <inherits name="com.vaadin.DefaultWidgetSet" /> + </module> |