Browse Source

fixed bad inherit

svn changeset:8989/svn branch:2009-09-widget-packaging_3332
tags/6.7.0.beta1
Matti Tahvonen 14 years ago
parent
commit
83749439ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml

+ 1
- 1
src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml View File

@@ -1,5 +1,5 @@
<module>
<!-- Inherit the NoEntry version to avoid multiple entrypoints -->
<inherits name="com.vaadin.terminal.gwt.DefaultWidget" />
<inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />
</module>

Loading…
Cancel
Save