diff options
author | Artur Signell <artur@vaadin.com> | 2013-04-03 10:23:58 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-04-03 10:24:00 +0300 |
commit | d7bfb3a99cf2dee5a7622645357bfd606585b283 (patch) | |
tree | d4353f87d3ef52743426343c937eefe9a4aca9ed /WebContent | |
parent | ce2df6d10370c669a512e96f0693fc37cf02aca1 (diff) | |
parent | 5d8b1862b63d32070b4084d7e49cae1f4bc66953 (diff) | |
download | vaadin-framework-d7bfb3a99cf2dee5a7622645357bfd606585b283.tar.gz vaadin-framework-d7bfb3a99cf2dee5a7622645357bfd606585b283.zip |
Merge commit '5d8b1862b63d32070b4084d7e49cae1f4bc66953'
Change-Id: I329cab3a4a039cd41486353d41d678abf29cb6a9
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 195269eb61..45ce1eee83 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -6,10 +6,10 @@ <portlet> <portlet-name>JSR286TestPortlet</portlet-name> <display-name>Vaadin Portlet 2.0 Test</display-name> - <portlet-class>com.vaadin.server.LegacyVaadinPortlet</portlet-class> + <portlet-class>com.vaadin.server.VaadinPortlet</portlet-class> <init-param> - <name>application</name> - <value>com.vaadin.tests.integration.JSR286PortletApplication</value> + <name>ui</name> + <value>com.vaadin.tests.integration.JSR286Portlet</value> </init-param> <init-param> <name>widgetset</name> |