summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2007-11-29 09:12:04 +0000
committerMarc Englund <marc.englund@itmill.com>2007-11-29 09:12:04 +0000
commita6844333cf52c184eb55f10d58df4bf3b767c1bd (patch)
tree74d6d6453b38b76fba21fddcd35770e108bc9a9a /WebContent/WEB-INF
parentc6fd79f1facf723ebdcf6727deee0daac44df9d2 (diff)
downloadvaadin-framework-a6844333cf52c184eb55f10d58df4bf3b767c1bd.tar.gz
vaadin-framework-a6844333cf52c184eb55f10d58df4bf3b767c1bd.zip
refactored: demo.ApplicationDemo -> demo.featurebrowser.FeatureBrowser
svn changeset:3036/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r--WebContent/WEB-INF/web.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml
index 33edbac6ea..d2efa61f31 100644
--- a/WebContent/WEB-INF/web.xml
+++ b/WebContent/WEB-INF/web.xml
@@ -341,14 +341,6 @@
<param-value>com.itmill.toolkit.demo.WindowedDemos</param-value>
</init-param>
</servlet>
- <servlet>
- <servlet-name>ApplicationDemo</servlet-name>
- <servlet-class>com.itmill.toolkit.terminal.gwt.server.ApplicationServlet</servlet-class>
- <init-param>
- <param-name>application</param-name>
- <param-value>com.itmill.toolkit.demo.featurebrowser.FeatureBrowser</param-value>
- </init-param>
- </servlet>
<servlet-mapping>
<servlet-name>DemoTestBench</servlet-name>
@@ -510,10 +502,6 @@
<servlet-name>WindowedDemos</servlet-name>
<url-pattern>/WindowedDemos/*</url-pattern>
</servlet-mapping>
- <servlet-mapping>
- <servlet-name>ApplicationDemo</servlet-name>
- <url-pattern>/ApplicationDemo/*</url-pattern>
- </servlet-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>