diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-24 13:45:41 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-24 13:45:41 +0300 |
commit | 410653ce8608da1be105fc3e814799f6fe1c2163 (patch) | |
tree | 9b198ad8ec71049497c4529bab34f39909ecadca /WebContent/WEB-INF | |
parent | d0cf1686b2e0bba5748dec066ebd0b5d1148cc72 (diff) | |
download | vaadin-framework-410653ce8608da1be105fc3e814799f6fe1c2163.tar.gz vaadin-framework-410653ce8608da1be105fc3e814799f6fe1c2163.zip |
Revert "Change testing portlet parameter to use root instead of application"
This reverts commit e566200882075e7b51d0fb0ab067cb5d14ac785a.
Diffstat (limited to 'WebContent/WEB-INF')
-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 eee53184cc..0b059a69e9 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>root</name> - <value>com.vaadin.tests.integration.JSR286PortletRoot</value> + <name>application</name> + <value>com.vaadin.tests.integration.JSR286PortletApplication</value> </init-param> <init-param> <name>widgetset</name> |