summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-29 12:22:31 +0300
committerArtur Signell <artur@vaadin.com>2012-08-29 12:22:31 +0300
commit63595217a224b9fbc6de4b8bdc2e6b317e0558d5 (patch)
tree9d7bcafc23ef5f4c6aad8bca6555fc04396aa1c6 /WebContent/WEB-INF/web.xml
parente18177bac62e8367829dfc5ec3083a09973e621e (diff)
downloadvaadin-framework-63595217a224b9fbc6de4b8bdc2e6b317e0558d5.tar.gz
vaadin-framework-63595217a224b9fbc6de4b8bdc2e6b317e0558d5.zip
Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 5b250d86f2..58a125c10f 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -28,7 +28,7 @@
<!-- For testing GAE - the deployment script changes this to use GAEApplicationServlet -->
<servlet>
<servlet-name>IntegrationTest</servlet-name>
- <servlet-class>com.vaadin.terminal.gwt.server.ApplicationServlet</servlet-class>
+ <servlet-class>com.vaadin.server.ApplicationServlet</servlet-class>
<init-param>
<param-name>application</param-name>
<param-value>com.vaadin.tests.integration.IntegrationTestApplication</param-value>