summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2007-11-29 09:05:19 +0000
committerMarc Englund <marc.englund@itmill.com>2007-11-29 09:05:19 +0000
commitc6fd79f1facf723ebdcf6727deee0daac44df9d2 (patch)
tree24d1b0376ce16bcff9594459da3610e95abc5b36 /WebContent
parent472cecc3e1cbd75dc23fa505f8d38c9eb4751f6e (diff)
downloadvaadin-framework-c6fd79f1facf723ebdcf6727deee0daac44df9d2.tar.gz
vaadin-framework-c6fd79f1facf723ebdcf6727deee0daac44df9d2.zip
Refactored; ApplicationDemo -> featurebrowser.FeatureBrowser
svn changeset:3035/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/WEB-INF/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 3a59bc005a..33edbac6ea 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -346,7 +346,7 @@
<servlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationServlet</servlet-class>
<init-param>
<param-name>application</param-name>
- <param-value>com.itmill.toolkit.demo.ApplicationDemo</param-value>
+ <param-value>com.itmill.toolkit.demo.featurebrowser.FeatureBrowser</param-value>
</init-param>
</servlet>