summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-09-18 06:15:44 +0000
committerArtur Signell <artur.signell@itmill.com>2009-09-18 06:15:44 +0000
commit0778b963470cd893712ba000319919bb329cfc18 (patch)
treed379a681b5e03e062b6237af51e479c5349f1c95 /WebContent/WEB-INF/web.xml
parent6799e62e05f9ba8554c124261b9e0d545c3fb9e9 (diff)
downloadvaadin-framework-0778b963470cd893712ba000319919bb329cfc18.tar.gz
vaadin-framework-0778b963470cd893712ba000319919bb329cfc18.zip
Merged: Fixed #3371 - Remove obsolete testingtools references
svn changeset:8841/svn branch:6.2
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml12
1 files changed, 0 insertions, 12 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 @@
<param-value>false</param-value>
<description>Vaadin production mode</description>
</context-param>
- <!-- Permit use of IT Mill Testing Tools for this servlet continer -->
- <context-param>
- <param-name>testingToolsActive</param-name>
- <param-value>true</param-value>
- <description>IT Mill Testing Tools activation</description>
- </context-param>
-
- <context-param>
- <param-name>testingToolsServerUri</param-name>
- <param-value>http://192.168.1.242:8099/TestingToolsServer</param-value>
- <description>IT Mill Testing Tools URI</description>
- </context-param>
<servlet>
<servlet-name>VaadinApplicationRunner</servlet-name>