diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-06-22 10:38:58 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-06-22 10:38:58 +0000 |
commit | 99755b76e067453100fbee6d76e58a3c06248344 (patch) | |
tree | cee5b56348c1009e441f0031fd317ea3c316eba4 /WebContent/WEB-INF | |
parent | 3fd304bfca0eb72ae0cd29b11ae7b01cbf713ef2 (diff) | |
download | vaadin-framework-99755b76e067453100fbee6d76e58a3c06248344.tar.gz vaadin-framework-99755b76e067453100fbee6d76e58a3c06248344.zip |
Changed Sampler and Calc back to using ApplicationPortlet so they work without portal integration
svn changeset:13855/svn branch:6.4
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 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> |