diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-23 16:19:12 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-23 16:19:53 +0300 |
commit | e566200882075e7b51d0fb0ab067cb5d14ac785a (patch) | |
tree | d8d221eabb79991f8f410e728f02ffa0b0e2c9a5 /WebContent | |
parent | 3604bf01ded16d21041cbb655632429e00c94639 (diff) | |
download | vaadin-framework-e566200882075e7b51d0fb0ab067cb5d14ac785a.tar.gz vaadin-framework-e566200882075e7b51d0fb0ab067cb5d14ac785a.zip |
Change testing portlet parameter to use root instead of application
Diffstat (limited to 'WebContent')
-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 0b059a69e9..eee53184cc 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -8,8 +8,8 @@ <display-name>Vaadin Portlet 2.0 Test</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> <init-param> - <name>application</name> - <value>com.vaadin.tests.integration.JSR286PortletApplication</value> + <name>root</name> + <value>com.vaadin.tests.integration.JSR286PortletRoot</value> </init-param> <init-param> <name>widgetset</name> |