From 19ae86af9b484bcccf4ec3aed3d43a136609c842 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 10 Aug 2011 14:54:20 +0000 Subject: #7178 replaced most demo portlets with a test portlet, use it in Liferay 5 integration test svn changeset:20276/svn branch:6.7 --- WebContent/WEB-INF/liferay-display.xml | 8 +- WebContent/WEB-INF/liferay-portlet.xml | 14 +-- WebContent/WEB-INF/portlet.xml | 174 ++------------------------------- WebContent/WEB-INF/web.xml | 14 --- 4 files changed, 9 insertions(+), 201 deletions(-) (limited to 'WebContent/WEB-INF') diff --git a/WebContent/WEB-INF/liferay-display.xml b/WebContent/WEB-INF/liferay-display.xml index 232cec07e1..9fe585e7dc 100644 --- a/WebContent/WEB-INF/liferay-display.xml +++ b/WebContent/WEB-INF/liferay-display.xml @@ -3,14 +3,8 @@ - - - + - - - - \ No newline at end of file diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index 2ed03113b6..f246e0bc4c 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -3,18 +3,8 @@ - PortletDemoPortlet - true - false - - - Portlet Mode Example - true - false - - - Portlet HTML Mode Example - true + JSR286TestPortlet + false false diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 49ed5921b1..5d333da67e 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"> - PortletDemoPortlet - Vaadin PortletDemo - com.vaadin.terminal.gwt.server.ApplicationPortlet + JSR286TestPortlet + Vaadin Portlet 2.0 Test + com.vaadin.terminal.gwt.server.ApplicationPortlet2 application - PortletDemo + com.vaadin.tests.integration.JSR286PortletApplication widgetset @@ -22,8 +22,8 @@ help - PortletDemo - PortletDemo + Vaadin Portlet 2.0 Test + Vaadin Portlet 2.0 Test @@ -40,79 +40,6 @@ - - Portlet Mode Example - Portlet Mode Example - com.vaadin.demo.portlet.PortletModePortlet - - application - com.vaadin.demo.portlet.PortletModeExample - - - widgetset - com.vaadin.portal.gwt.PortalDefaultWidgetSet - - - - text/html - view - edit - help - config - - - PortletModeExample - PortletModeExample - - - - administrator - - - guest - - - power-user - - - user - - - - - Portlet HTML Mode Example - Portlet HTML Mode Example - com.vaadin.demo.portlet.HtmlModePortlet - - widgetset - com.vaadin.portal.gwt.PortalDefaultWidgetSet - - - - text/html - view - help - - - - Portlet HTML Mode Example - Portlet HTML Mode Example - - - - administrator - - - guest - - - power-user - - - user - - - AddressBookPortlet Address Book @@ -186,95 +113,6 @@ - - - VaadinInterPortletEventPortlet - Hello World Event - com.vaadin.terminal.gwt.server.ApplicationPortlet2 - - application - com.vaadin.demo.portlet.VaadinInterPortletEventPortlet - - - widgetset - com.vaadin.portal.gwt.PortalDefaultWidgetSet - - - text/html - view - - - Inter-portlet events - Inter-portlet - events - - - vaadin:Hello - - - vaadin:ReplyToVaadin - - - vaadin:Reply - - - vaadin:FromVaadin - - HelloState - - - InterPortletEventPortlet - Hello World Event (non-Vaadin) - com.vaadin.demo.portlet.InterPortletEventPortlet - - text/html - view - - - Inter-portlet events (non-Vaadin) - Inter-portlet events (non-Vaadin) - - - vaadin:Reply - - - vaadin:FromVaadin - - - vaadin:Hello - - - vaadin:ReplyToVaadin - - HelloState - - - - - Custom mode - config - false - - - - - vaadin:Hello - java.lang.String - - - - vaadin:Reply - java.lang.String - - - - HelloState - vaadin:HelloState - -