diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-18 11:31:16 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-18 11:31:16 +0000 |
commit | c73acbc50b7a6298fde7a8ab5a316059f14c3f0a (patch) | |
tree | 5b503452b5ba9356d558c1a4a552e8ebd1929526 /WebContent/WEB-INF/web.xml | |
parent | 3927c95c9b0b68f8a4bfd78dfc3a13c9962939f4 (diff) | |
download | vaadin-framework-c73acbc50b7a6298fde7a8ab5a316059f14c3f0a.tar.gz vaadin-framework-c73acbc50b7a6298fde7a8ab5a316059f14c3f0a.zip |
#2904 Miscellaneous Toolkit -> Vaadin renames
svn changeset:7854/svn branch:6.0
Diffstat (limited to 'WebContent/WEB-INF/web.xml')
-rw-r--r-- | WebContent/WEB-INF/web.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 7a882bfafc..087705c646 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -11,13 +11,13 @@ <web-app>
- <display-name>IT Mill Toolkit</display-name>
- <description>IT Mill Toolkit examples</description>
+ <display-name>Vaadin</display-name>
+ <description>Vaadin examples</description>
<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>
<!-- Permit use of IT Mill Testing Tools for this servlet continer --> <context-param> @@ -33,7 +33,7 @@ </context-param> <servlet> - <servlet-name>ITMillToolkitApplicationRunner</servlet-name> + <servlet-name>VaadinApplicationRunner</servlet-name> <servlet-class>com.vaadin.terminal.gwt.server.ApplicationRunnerServlet</servlet-class> </servlet> @@ -344,7 +344,7 @@ </servlet> <servlet-mapping> - <servlet-name>ITMillToolkitApplicationRunner</servlet-name> + <servlet-name>VaadinApplicationRunner</servlet-name> <url-pattern>/run/*</url-pattern> </servlet-mapping>
|