diff options
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 719560852c..f097509c87 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -153,7 +153,29 @@ <short-title>Address Book</short-title> </portlet-info> </portlet> - <!-- TODO --> + + <portlet> + <portlet-name>SamplerPortlet</portlet-name> + <display-name>Sampler</display-name> + <portlet-class>com.vaadin.terminal.gwt.server.ApplicationPortlet2</portlet-class> + <init-param> + <name>application</name> + <value>com.vaadin.demo.sampler.SamplerApplication</value> + </init-param> + <init-param> + <name>widgetset</name> + <value>com.vaadin.demo.sampler.gwt.SamplerWidgetSet</value> + </init-param> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>view</portlet-mode> + </supports> + <portlet-info> + <title>Sampler</title> + <short-title>Sampler</short-title> + </portlet-info> + </portlet> + <portlet> <portlet-name>CalcPortlet</portlet-name> <display-name>Calc</display-name> |