From b27bfc157938ab59affd893f86e69d217eea5cbe Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 12 Sep 2012 10:38:08 +0300 Subject: [PATCH] Use LegacyVaadinPortlet for now (#9566) --- 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 2f7135fea9..195269eb61 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -6,7 +6,7 @@ JSR286TestPortlet Vaadin Portlet 2.0 Test - com.vaadin.server.VaadinPortlet + com.vaadin.server.LegacyVaadinPortlet application com.vaadin.tests.integration.JSR286PortletApplication @@ -44,7 +44,7 @@ Vaadin Liferay Theme Portlet Vaadin Liferay Theme - com.vaadin.server.VaadinPortlet + com.vaadin.server.LegacyVaadinPortlet application com.vaadin.tests.integration.LiferayThemeDemo -- 2.39.5