From 1f5eae4c4bc7d23d869043e9905a739feb4985da Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 18 Sep 2009 06:13:46 +0000 Subject: [PATCH] Fixed #3371 - Remove obsolete testingtools references svn changeset:8840/svn branch:6.1 --- 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 - -