summaryrefslogtreecommitdiffstats
path: root/build/package/WebContent/WEB-INF
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 /build/package/WebContent/WEB-INF
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 'build/package/WebContent/WEB-INF')
-rw-r--r--build/package/WebContent/WEB-INF/web.xml20
1 files changed, 0 insertions, 20 deletions
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
@@ -20,26 +20,6 @@
</context-param>
<!--
- Permit use of IT Mill Testing Tools for this servlet continer. Do not
- use this in production environment.
- -->
- <context-param>
- <param-name>testingToolsActive</param-name>
- <param-value>true</param-value>
- <description>IT Mill Testing Tools activation</description>
- </context-param>
-
- <!--
- Specify the IT Mill Testing Tools server URI. Do not use this in
- production environment.
- -->
- <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>
-
- <!--
Enable possibility to run any Java class as application from this
servlet. For example, if this servlet is mapped to /run, your foo.App
class can be run in /run/foo.App/. Do not deploy this servlet in