summaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
Diffstat (limited to 'build/package')
-rw-r--r--build/package/WebContent/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml
index f80129b810..cfbe2b41bc 100644
--- a/build/package/WebContent/WEB-INF/web.xml
+++ b/build/package/WebContent/WEB-INF/web.xml
@@ -149,7 +149,7 @@
<servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
<init-param>
<param-name>application</param-name>
- <param-value>com.vaadin.demo.PortletDemo</param-value>
+ <param-value>com.vaadin.demo.portlet.PortletDemo</param-value>
</init-param>
</servlet>