summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/portlet.xml
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-03 14:03:46 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-03 14:05:32 +0300
commitae2c302f71554f49b3f57b649cec7450c652cf09 (patch)
tree07fb650350c169a3c23cfaaf59d3efc47d2e6786 /WebContent/WEB-INF/portlet.xml
parent6f276f4451cb185919084181b54fb84532a1d984 (diff)
downloadvaadin-framework-ae2c302f71554f49b3f57b649cec7450c652cf09.tar.gz
vaadin-framework-ae2c302f71554f49b3f57b649cec7450c652cf09.zip
Combine ApplicationPortlet and AAP and rename to VaadinPortlet (#9460)
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r--WebContent/WEB-INF/portlet.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml
index f695551cf2..5faafc5c36 100644
--- a/WebContent/WEB-INF/portlet.xml
+++ b/WebContent/WEB-INF/portlet.xml
@@ -6,7 +6,7 @@
<portlet>
<portlet-name>JSR286TestPortlet</portlet-name>
<display-name>Vaadin Portlet 2.0 Test</display-name>
- <portlet-class>com.vaadin.server.ApplicationPortlet2</portlet-class>
+ <portlet-class>com.vaadin.server.VaadinPortlet</portlet-class>
<init-param>
<name>application</name>
<value>com.vaadin.tests.integration.JSR286PortletApplication</value>
@@ -44,7 +44,7 @@
<portlet-name>Vaadin Liferay Theme Portlet</portlet-name>
<display-name>Vaadin Liferay Theme</display-name>
- <portlet-class>com.vaadin.server.ApplicationPortlet2</portlet-class>
+ <portlet-class>com.vaadin.server.VaadinPortlet</portlet-class>
<init-param>
<name>application</name>
<value>com.vaadin.tests.integration.LiferayThemeDemo</value>