From 1c6c31640137776d48e344409f6f3e51e411c574 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 28 May 2009 12:47:41 +0000 Subject: Reindeer style name reference example added to web.xml and index.html. svn changeset:8062/svn branch:6.0 --- WebContent/WEB-INF/web.xml | 14 ++++++++++++++ WebContent/index.html | 1 + build/package/WebContent/WEB-INF/web.xml | 14 ++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 1737dd9e58..e1a96e7413 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -203,6 +203,15 @@ com.vaadin.demo.coverflow.gwt.CoverflowWidgetSet + + + ReindeerThemeStyles + com.vaadin.terminal.gwt.server.ApplicationServlet + + application + com.vaadin.demo.themes.ReindeerThemeStyles + + FeaturesApplication @@ -500,6 +509,11 @@ AddressBook /AddressBook/* + + + ReindeerThemeStyles + /ReindeerTheme/* + index.jsp diff --git a/WebContent/index.html b/WebContent/index.html index c4c5c1a41f..6ed7f2b3e6 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -47,6 +47,7 @@

Code Examples

    diff --git a/build/package/WebContent/WEB-INF/web.xml b/build/package/WebContent/WEB-INF/web.xml index cce9340dbc..7154a15fe5 100644 --- a/build/package/WebContent/WEB-INF/web.xml +++ b/build/package/WebContent/WEB-INF/web.xml @@ -201,6 +201,16 @@ + + + ReindeerThemeStyles + com.vaadin.terminal.gwt.server.ApplicationServlet + + application + com.vaadin.demo.themes.ReindeerThemeStyles + + + PortletDemo @@ -262,6 +272,10 @@ Coverflow /Coverflow/* + + ReindeerThemeStyles + /ReindeerTheme/* + index.jsp index.html -- cgit v1.2.3