diff options
author | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-04 11:57:39 +0000 |
---|---|---|
committer | Petter Holmström <petter.holmstrom@itmill.com> | 2009-11-04 11:57:39 +0000 |
commit | 7a57f91892e8ed0d43a725e123c6ca132568256a (patch) | |
tree | be7dd970353237d1952ee608f085a6fcf3f4c855 /WebContent/WEB-INF/liferay-portlet.xml | |
parent | b81fdccc968d25bb4b9ba80a1f82bf3fa40e9891 (diff) | |
download | vaadin-framework-7a57f91892e8ed0d43a725e123c6ca132568256a.tar.gz vaadin-framework-7a57f91892e8ed0d43a725e123c6ca132568256a.zip |
Added more demo portlets.
svn changeset:9618/svn branch:portlet_2.0
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <instanceable>true</instanceable> <ajaxable>false</ajaxable> </portlet> + <portlet> + <portlet-name>SamplerPortlet</portlet-name> + <instanceable>true</instanceable> + <ajaxable>false</ajaxable> + </portlet> + <role-mapper> <role-name>administrator</role-name> <role-link>Administrator</role-link> |