diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-20 14:47:01 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-20 14:47:01 +0000 |
commit | e46903fc8b5dafb35f8d8641693cb1674d64b2f1 (patch) | |
tree | b2da0244b2b34affba1165beea504a1a0f6a6830 /WebContent/WEB-INF/liferay-portlet.xml | |
parent | 311e97de1e9fc390d4ece587baedacf009be1abe (diff) | |
download | vaadin-framework-e46903fc8b5dafb35f8d8641693cb1674d64b2f1.tar.gz vaadin-framework-e46903fc8b5dafb35f8d8641693cb1674d64b2f1.zip |
#5581: LiferayThemeDemo portlet
svn changeset:15078/svn branch:6.4
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index 559592a48a..1cfb3d05f2 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -32,6 +32,11 @@ <instanceable>true</instanceable> <ajaxable>false</ajaxable> </portlet> + <portlet> + <portlet-name>Vaadin Liferay Theme Portlet</portlet-name> + <instanceable>true</instanceable> + <ajaxable>false</ajaxable> + </portlet> <role-mapper> <role-name>administrator</role-name> |