summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/web.xml
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2008-12-15 14:19:48 +0000
committerArtur Signell <artur.signell@itmill.com>2008-12-15 14:19:48 +0000
commit9263b41c607c156600c6713586fb1fa02f40d9b7 (patch)
tree20070380039e3e7f60e59030a2c315b4ed004e2b /WebContent/WEB-INF/web.xml
parentc460bf738175e81b2e5fac264d1749716ce38a2f (diff)
downloadvaadin-framework-9263b41c607c156600c6713586fb1fa02f40d9b7.tar.gz
vaadin-framework-9263b41c607c156600c6713586fb1fa02f40d9b7.zip
Fix for #2328 - Inverted debug mode into productionMode (defaults to false)
svn changeset:6213/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r--WebContent/WEB-INF/web.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 5e3293f652..7648e267fa 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -11,9 +11,9 @@
</description>
<context-param>
- <param-name>Debug</param-name>
- <param-value>true</param-value>
- <description>IT Mill Toolkit debug mode</description>
+ <param-name>productionMode</param-name>
+ <param-value>false</param-value>
+ <description>IT Mill Toolkit production mode</description>
</context-param>
<!-- Permit use of IT Mill Testing Tools for this servlet continer -->