From: Henri Sara Date: Mon, 18 May 2009 12:35:19 +0000 (+0000) Subject: #2904: more Toolkit -> Vaadin renaming X-Git-Tag: 6.7.0.beta1~2851 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=08ddc2f6863494e708679957be7d5575a8eef6d2;p=vaadin-framework.git #2904: more Toolkit -> Vaadin renaming svn changeset:7860/svn branch:6.0 --- diff --git a/WebContent/VAADIN/themes/base/table/table.css b/WebContent/VAADIN/themes/base/table/table.css index afb436e33f..9f2ad755a7 100644 --- a/WebContent/VAADIN/themes/base/table/table.css +++ b/WebContent/VAADIN/themes/base/table/table.css @@ -1,6 +1,6 @@ /* Table theme building instructions * - * Toolkit scroll table is very complex widget with dozens of features. These + * Vaadin scroll table is very complex widget with dozens of features. These * features set some limitations for theme builder. To keep things working, it * is safest to try to just override values used in default theme and comfort to * these instructions. diff --git a/WebContent/VAADIN/themes/example/layouts/mainLayout.html b/WebContent/VAADIN/themes/example/layouts/mainLayout.html index 5679ecbc62..80eec49b7f 100644 --- a/WebContent/VAADIN/themes/example/layouts/mainLayout.html +++ b/WebContent/VAADIN/themes/example/layouts/mainLayout.html @@ -1,5 +1,5 @@ - diff --git a/build/buildhelpers/com/vaadin/buildhelpers/PortletConfigurationGenerator.java b/build/buildhelpers/com/vaadin/buildhelpers/PortletConfigurationGenerator.java index 638e85b304..5c3f96b473 100644 --- a/build/buildhelpers/com/vaadin/buildhelpers/PortletConfigurationGenerator.java +++ b/build/buildhelpers/com/vaadin/buildhelpers/PortletConfigurationGenerator.java @@ -42,7 +42,7 @@ public class PortletConfigurationGenerator { + " 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\">\n"; private static final String PORTLET_XML_SECTION = " \n" + " %PORTLETNAME%\n" - + " IT Mill Toolkit %NAME%\n" + + " Vaadin %NAME%\n" + " com.vaadin.terminal.gwt.server.ApplicationPortlet\n" + " \n" + " application\n" @@ -100,7 +100,7 @@ public class PortletConfigurationGenerator { + "\n" + "\n" + "\n" - + " \n" + ""; + + " \n" + ""; private static final String LIFERAY_DISPLAY_XML_SECTION = " \n"; private static final String LIFERAY_DISPLAY_XML_FOOT = "\n" + " \n" + ""; 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"> - IT Mill Toolkit - IT Mill Toolkit examples + Vaadin + Vaadin examples