From 7a57f91892e8ed0d43a725e123c6ca132568256a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petter=20Holmstr=C3=B6m?= Date: Wed, 4 Nov 2009 11:57:39 +0000 Subject: [PATCH] Added more demo portlets. svn changeset:9618/svn branch:portlet_2.0 --- WebContent/WEB-INF/liferay-display.xml | 1 + WebContent/WEB-INF/liferay-portlet.xml | 6 ++++++ WebContent/WEB-INF/portlet.xml | 24 +++++++++++++++++++++++- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 73e43478ef..288a4638c1 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -17,5 +17,6 @@ + \ No newline at end of file diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index eecb32eb15..696afaaee8 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -72,6 +72,12 @@ true false + + SamplerPortlet + true + false + + administrator Administrator 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 @@ Address Book - + + + SamplerPortlet + Sampler + com.vaadin.terminal.gwt.server.ApplicationPortlet2 + + application + com.vaadin.demo.sampler.SamplerApplication + + + widgetset + com.vaadin.demo.sampler.gwt.SamplerWidgetSet + + + text/html + view + + + Sampler + Sampler + + + CalcPortlet Calc -- 2.39.5