diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-10 14:54:20 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-10 14:54:20 +0000 |
commit | 19ae86af9b484bcccf4ec3aed3d43a136609c842 (patch) | |
tree | 05c3212cf8f57901a1b3193298f473fb1b06df7e /WebContent/WEB-INF/liferay-portlet.xml | |
parent | 9e92396665f26de73871ec02ef8c8a1ea62f4822 (diff) | |
download | vaadin-framework-19ae86af9b484bcccf4ec3aed3d43a136609c842.tar.gz vaadin-framework-19ae86af9b484bcccf4ec3aed3d43a136609c842.zip |
#7178 replaced most demo portlets with a test portlet, use it in Liferay 5 integration test
svn changeset:20276/svn branch:6.7
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 14 |
1 files changed, 2 insertions, 12 deletions
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 @@ <liferay-portlet-app> <portlet> - <portlet-name>PortletDemoPortlet</portlet-name> - <instanceable>true</instanceable> - <ajaxable>false</ajaxable> - </portlet> - <portlet> - <portlet-name>Portlet Mode Example</portlet-name> - <instanceable>true</instanceable> - <ajaxable>false</ajaxable> - </portlet> - <portlet> - <portlet-name>Portlet HTML Mode Example</portlet-name> - <instanceable>true</instanceable> + <portlet-name>JSR286TestPortlet</portlet-name> + <instanceable>false</instanceable> <ajaxable>false</ajaxable> </portlet> <portlet> |