summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml')
-rw-r--r--src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml b/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
index 36c016f131..21e8f26236 100644
--- a/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
+++ b/src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml
@@ -1,8 +1,5 @@
<module>
<!-- Inherit the NoEntry version to avoid multiple entrypoints -->
- <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSetNoEntry" />
-
- <!-- Entry point -->
- <entry-point class="com.vaadin.demo.coverflow.gwt.client.CoverflowWidgetSet"/>
+ <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
</module>