summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMarko Grönroos <magi@iki.fi>2007-11-07 16:05:34 +0000
committerMarko Grönroos <magi@iki.fi>2007-11-07 16:05:34 +0000
commit6203554b93f53bf5b7b7a69d33a5cdb7b68f38d7 (patch)
tree65fd27f0263ebc4f264d5ff866e3447954af18d0 /WebContent
parent1ee9fcce9244af9e42272bd0713f3b120eee2278 (diff)
downloadvaadin-framework-6203554b93f53bf5b7b7a69d33a5cdb7b68f38d7.tar.gz
vaadin-framework-6203554b93f53bf5b7b7a69d33a5cdb7b68f38d7.zip
Fixed widget set name refactoring problems in demo applications.
svn changeset:2739/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/WEB-INF/web.xml6
-rw-r--r--WebContent/reservr.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index ede3cfa876..79de882d05 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -89,7 +89,7 @@
</init-param>
<init-param>
<param-name>widgetset</param-name>
- <param-value>com.itmill.toolkit.demo.reservation.gwt.WidgetSet</param-value>
+ <param-value>com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet</param-value>
</init-param>
</servlet>
@@ -102,7 +102,7 @@
</init-param>
<init-param>
<param-name>widgetset</param-name>
- <param-value>com.itmill.toolkit.demo.reservation.gwt.WidgetSet</param-value>
+ <param-value>com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet</param-value>
</init-param>
</servlet>
@@ -284,7 +284,7 @@
</init-param>
<init-param>
<param-name>widgetset</param-name>
- <param-value>com.itmill.toolkit.demo.colorpicker.gwt.WidgetSet</param-value>
+ <param-value>com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet</param-value>
</init-param>
</servlet>
diff --git a/WebContent/reservr.html b/WebContent/reservr.html
index d22d605e0e..cdced89b17 100644
--- a/WebContent/reservr.html
+++ b/WebContent/reservr.html
@@ -8,7 +8,7 @@
};
</script>
<script src="http://maps.google.com/maps?file=api&amp;v=2" type="text/javascript"></script>
- <script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.WidgetSet/com.itmill.toolkit.demo.reservation.gwt.WidgetSet.nocache.js'></script>
+ <script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script>
<link REL="stylesheet" TYPE="text/css" HREF="ITMILL/themes/reservr/styles.css">
</head>
<body>