From 6d436ce7236114fa5a38ef9ed3dc173d1f28c931 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 17 Aug 2011 10:29:13 +0000 Subject: [PATCH] Removed unused test servlet from web.xml - problematic for GAE integration test svn changeset:20446/svn branch:6.7 --- WebContent/WEB-INF/web.xml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 9ba665973a..2f0a69cf5a 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -3,9 +3,7 @@ PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> - - + Vaadin @@ -31,26 +29,11 @@ - - - GAESyncTest - com.vaadin.terminal.gwt.server.GAEApplicationServlet - - application - com.vaadin.tests.appengine.GAESyncTest - - - VaadinApplicationRunner /run/* - - GAESyncTest - /gaesynctest/* - - index.html -- 2.39.5