diff options
author | Marc Englund <marc.englund@itmill.com> | 2008-04-11 14:08:28 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2008-04-11 14:08:28 +0000 |
commit | b0ccad9f0cd49013d969ca2ab7ab7f283fd6e77c (patch) | |
tree | e62276673232cdf4dd0f085ea15575be20f92b50 /WebContent/WEB-INF/liferay-portlet.xml | |
parent | 07e836f62f9cba5f29d8a58693da5e631acb2fc7 (diff) | |
download | vaadin-framework-b0ccad9f0cd49013d969ca2ab7ab7f283fd6e77c.tar.gz vaadin-framework-b0ccad9f0cd49013d969ca2ab7ab7f283fd6e77c.zip |
Much redesigned portal integration; not-quite working yet...
svn changeset:4164/svn branch:trunk
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/liferay-portlet.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml index 5af07be367..d445af65a7 100644 --- a/WebContent/WEB-INF/liferay-portlet.xml +++ b/WebContent/WEB-INF/liferay-portlet.xml @@ -4,7 +4,17 @@ <liferay-portlet-app>
<portlet>
- <portlet-name>ApplicationPortlet</portlet-name>
+ <portlet-name>PortletDemo</portlet-name>
+ <instanceable>true</instanceable>
+ <ajaxable>false</ajaxable>
+ </portlet>
+ <portlet>
+ <portlet-name>Calc</portlet-name>
+ <instanceable>true</instanceable>
+ <ajaxable>false</ajaxable>
+ </portlet>
+ <portlet>
+ <portlet-name>FeatureBrowser</portlet-name>
<instanceable>true</instanceable>
<ajaxable>false</ajaxable>
</portlet>
|