From: Marc Englund Date: Mon, 27 Oct 2008 09:48:49 +0000 (+0000) Subject: Sampler servlet added to /sampler/* X-Git-Tag: 6.7.0.beta1~3923 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dd5a6192e08abfb054eecd4bea6455d111182db;p=vaadin-framework.git Sampler servlet added to /sampler/* svn changeset:5728/svn branch:trunk --- diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml index 00e14bc487..82aefdc931 100644 --- a/WebContent/WEB-INF/web.xml +++ b/WebContent/WEB-INF/web.xml @@ -103,7 +103,7 @@ - + FeatureBrowser com.itmill.toolkit.terminal.gwt.server.ApplicationServlet @@ -112,6 +112,15 @@ + + Sampler + com.itmill.toolkit.terminal.gwt.server.ApplicationServlet + + application + com.itmill.toolkit.demo.sampler.SamplerApplication + + + TestBench com.itmill.toolkit.terminal.gwt.server.ApplicationServlet @@ -523,11 +532,17 @@ - + FeatureBrowser /FeatureBrowser/* + + + Sampler + /sampler/* + + FeaturesApplication