diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-03 14:03:46 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-03 14:05:32 +0300 |
commit | ae2c302f71554f49b3f57b649cec7450c652cf09 (patch) | |
tree | 07fb650350c169a3c23cfaaf59d3efc47d2e6786 /WebContent/WEB-INF/portlet.xml | |
parent | 6f276f4451cb185919084181b54fb84532a1d984 (diff) | |
download | vaadin-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.xml | 4 |
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> |