From 0778b963470cd893712ba000319919bb329cfc18 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 18 Sep 2009 06:15:44 +0000 Subject: [PATCH] Merged: Fixed #3371 - Remove obsolete testingtools references svn changeset:8841/svn branch:6.2 --- WebContent/WEB-INF/web.xml | 12 ----------- build/package/WebContent/WEB-INF/web.xml | 20 ------------------- .../gwt/client/ApplicationConnection.java | 4 ++-- 3 files changed, 2 insertions(+), 34 deletions(-) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 61ec738724..a2c51c3646 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -19,18 +19,6 @@ false Vaadin production mode - - - testingToolsActive - true - IT Mill Testing Tools activation - - - - testingToolsServerUri - http://192.168.1.242:8099/TestingToolsServer - IT Mill Testing Tools URI - VaadinApplicationRunner diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml index e78047ca48..f80129b810 100644 --- a/build/package/WebContent/WEB-INF/web.xml +++ b/build/package/WebContent/WEB-INF/web.xml @@ -19,26 +19,6 @@ Vaadin production mode - - - testingToolsActive - true - IT Mill Testing Tools activation - - - - - testingToolsServerUri - http://192.168.1.242:8099/TestingToolsServer - IT Mill Testing Tools URI - -