diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-14 23:34:14 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-14 23:35:22 +0200 |
commit | 2c21529ce96f14b6bc2f58e2482b5d0112a03c95 (patch) | |
tree | 0ee0939893d6cf5dc1ccfb688f5a9e1cd33709f2 /WebContent | |
parent | a0dfe141644d8451e7e304cbdb88c3f2dc01e141 (diff) | |
download | vaadin-framework-2c21529ce96f14b6bc2f58e2482b5d0112a03c95.tar.gz vaadin-framework-2c21529ce96f14b6bc2f58e2482b5d0112a03c95.zip |
Made servlet 2.4 schema compatible (#10723)
Change-Id: I069ce2c8123483c665b298397a4725b6a47ab689
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index d0ad8aa2ec..57207d7f18 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -10,7 +10,6 @@ <context-param> <param-name>productionMode</param-name> <param-value>false</param-value> - <description>Vaadin production mode</description> </context-param> <context-param> |