From 4279de74b241e28c1290ffc63e42b97697f9e60c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petter=20Holmstr=C3=B6m?= Date: Wed, 28 Oct 2009 10:00:59 +0000 Subject: [PATCH] Changed one of the portlets to use the new ApplicationPortlet2 class. svn changeset:9423/svn branch:portlet_2.0 --- WebContent/WEB-INF/portlet.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 61d25743da..88c3fa9a5b 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -74,10 +74,10 @@ FeatureBrowserPortlet Vaadin FeatureBrowser - com.vaadin.terminal.gwt.server.ApplicationPortlet + com.vaadin.terminal.gwt.server.ApplicationPortlet2 application - FeatureBrowser + com.vaadin.tests.featurebrowser.FeaturesApplication stylestyle=height:650px widgetsetcom.vaadin.demo.reservation.gwt.ReservationWidgetSet -- 2.39.5