diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-06-22 12:14:48 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-06-22 12:14:48 +0000 |
commit | 8435511402daf3e70a1681a233dc7e4dcd1662cd (patch) | |
tree | 15393ec67c26a3912150fa0e9aa0417878be8cd6 /WebContent | |
parent | 1e5f9945d4790771c7544ea3dda3c6d49e7ec350 (diff) | |
download | vaadin-framework-8435511402daf3e70a1681a233dc7e4dcd1662cd.tar.gz vaadin-framework-8435511402daf3e70a1681a233dc7e4dcd1662cd.zip |
Changed context paths in portlet.xml after change to portlet 1.0 (sampler, calc)
svn changeset:13860/svn branch:6.4
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 5a3c3da145..54c99c5af9 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -46,7 +46,7 @@ <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> - <value>com.vaadin.demo.Calc</value> + <value>Calc</value> </init-param> <init-param> <name>widgetset</name> @@ -81,7 +81,7 @@ <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> - <value>com.vaadin.demo.sampler.SamplerApplication</value> + <value>sampler</value> </init-param> <init-param> <name>widgetset</name> |