]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed bad inherit
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 29 Sep 2009 13:23:08 +0000 (13:23 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 29 Sep 2009 13:23:08 +0000 (13:23 +0000)
svn changeset:8989/svn branch:2009-09-widget-packaging_3332

src/com/vaadin/demo/coverflow/gwt/CoverflowWidgetSet.gwt.xml

index a1987af121347ee28ee68993876c8e56da5df836..21e8f26236968b8c62fd7203c5103895a8e64911 100644 (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>