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 | |
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')
-rw-r--r-- | WebContent/WEB-INF/liferay-display.xml | 2 | ||||
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 10 | ||||
-rw-r--r-- | WebContent/WEB-INF/web.xml | 10 | ||||
-rw-r--r-- | WebContent/multiapp.html | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index b3566e9c91..f5bbc414f2 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -2,7 +2,7 @@ <!DOCTYPE display PUBLIC "-//Liferay//DTD Display 4.0.0//EN" "http://www.liferay.com/dtd/liferay-display_4_0_0.dtd"> <display> - <category name="IT Mill Toolkit"> + <category name="Vaadin"> <portlet id="PortletDemoPortlet" /> <portlet id="SimpleReserverPortlet" /> <portlet id="SelectDemoPortlet" /> diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index bf763441c7..61d25743da 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"> <portlet> <portlet-name>PortletDemoPortlet</portlet-name> - <display-name>IT Mill Toolkit PortletDemo</display-name> + <display-name>Vaadin PortletDemo</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> @@ -39,7 +39,7 @@ </portlet> <portlet> <portlet-name>SimpleReserverPortlet</portlet-name> - <display-name>IT Mill Toolkit SimpleReserver</display-name> + <display-name>Vaadin SimpleReserver</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> @@ -73,7 +73,7 @@ </portlet> <portlet> <portlet-name>FeatureBrowserPortlet</portlet-name> - <display-name>IT Mill Toolkit FeatureBrowser</display-name> + <display-name>Vaadin FeatureBrowser</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> @@ -107,7 +107,7 @@ </portlet> <portlet> <portlet-name>ChatServletPortlet</portlet-name> - <display-name>IT Mill Toolkit ChatServlet</display-name> + <display-name>Vaadin ChatServlet</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> @@ -141,7 +141,7 @@ </portlet> <portlet> <portlet-name>BrowserDemoPortlet</portlet-name> - <display-name>IT Mill Toolkit BrowserDemo</display-name> + <display-name>Vaadin BrowserDemo</display-name> <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet</portlet-class> <init-param> <name>application</name> 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>
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html index 4731ec1ccf..0bee11e5bb 100644 --- a/WebContent/multiapp.html +++ b/WebContent/multiapp.html @@ -33,7 +33,7 @@ <body> <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe> - <p>Multiple toolkits per html file test page</p> + <p>Multiple Vaadin applications per html file test page</p> <div id="fb" style="height:400px;border:2px solid red;margin:0"></div> <div id="calc" style="border:2px solid green;margin:0"></div> |