aboutsummaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-18 12:35:19 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-18 12:35:19 +0000
commit08ddc2f6863494e708679957be7d5575a8eef6d2 (patch)
treea6fc1ce23b38ad5cd2d1f04157f9ca97dec61c57 /build/package
parent3d25bc1f6e75a7b0a79724ed8d6df0307292d3e2 (diff)
downloadvaadin-framework-08ddc2f6863494e708679957be7d5575a8eef6d2.tar.gz
vaadin-framework-08ddc2f6863494e708679957be7d5575a8eef6d2.zip
#2904: more Toolkit -> Vaadin renaming
svn changeset:7860/svn branch:6.0
Diffstat (limited to 'build/package')
-rw-r--r--build/package/WebContent/WEB-INF/web.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml
index 914e5d5e5d..0189a83071 100644
--- a/build/package/WebContent/WEB-INF/web.xml
+++ b/build/package/WebContent/WEB-INF/web.xml
@@ -4,8 +4,8 @@
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
- <display-name>IT Mill Toolkit</display-name>
- <description> IT Mill Toolkit examples </description>
+ <display-name>Vaadin</display-name>
+ <description> Vaadin examples </description>
<!--
Turn off productionMode (off by default). Setting productionMode=true
@@ -16,7 +16,7 @@
<context-param>
<param-name>productionMode</param-name>
<param-value>false</param-value>
- <description>IT Mill Toolkit production mode</description>
+ <description>Vaadin production mode</description>
</context-param>
<!--