diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-10 12:34:31 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-10 12:34:31 +0300 |
commit | 12513bd7bbe19f5574e64a7a6e0de0113c860dbc (patch) | |
tree | be06ddff1b070672a60df2622039243143412012 /WebContent | |
parent | 00f75c5a162e58e04d6d6f087ccceab98dfdf1f0 (diff) | |
parent | 448d56cc85518eb55dbd3113b81a7998a4b914e1 (diff) | |
download | vaadin-framework-12513bd7bbe19f5574e64a7a6e0de0113c860dbc.tar.gz vaadin-framework-12513bd7bbe19f5574e64a7a6e0de0113c860dbc.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 5faafc5c36..2f7135fea9 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -13,7 +13,7 @@ </init-param> <init-param> <name>widgetset</name> - <value>com.vaadin.portal.gwt.PortalDefaultWidgetSet</value> + <value>com.vaadin.DefaultWidgetSet</value> </init-param> <supports> <mime-type>text/html</mime-type> |