diff options
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 8edf8dc0c6..5a3c3da145 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -43,7 +43,7 @@ <portlet> <portlet-name>CalcPortlet</portlet-name> <display-name>Calc</display-name> - <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> + <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> <value>com.vaadin.demo.Calc</value> @@ -78,7 +78,7 @@ <portlet> <portlet-name>SamplerPortlet</portlet-name> <display-name>Sampler</display-name> - <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> + <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> <value>com.vaadin.demo.sampler.SamplerApplication</value> |