summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/liferay-portlet.xml
diff options
context:
space:
mode:
authorPetter Holmström <petter.holmstrom@itmill.com>2009-11-03 09:45:56 +0000
committerPetter Holmström <petter.holmstrom@itmill.com>2009-11-03 09:45:56 +0000
commit1101a2f9e45bdacb51425950c05b805f54586375 (patch)
tree5d9e869f7ca53bc7390070e99b5fb86d1864e5d3 /WebContent/WEB-INF/liferay-portlet.xml
parentb47a8d3e858fd90e0252ceb0c01adbe43073a46a (diff)
downloadvaadin-framework-1101a2f9e45bdacb51425950c05b805f54586375.tar.gz
vaadin-framework-1101a2f9e45bdacb51425950c05b805f54586375.zip
Now the Calc application works on Liferay.
svn changeset:9600/svn branch:portlet_2.0
Diffstat (limited to 'WebContent/WEB-INF/liferay-portlet.xml')
-rw-r--r--WebContent/WEB-INF/liferay-portlet.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/WebContent/WEB-INF/liferay-portlet.xml b/WebContent/WEB-INF/liferay-portlet.xml
index 5217414ea7..eecb32eb15 100644
--- a/WebContent/WEB-INF/liferay-portlet.xml
+++ b/WebContent/WEB-INF/liferay-portlet.xml
@@ -57,7 +57,21 @@
<instanceable>true</instanceable>
<ajaxable>false</ajaxable>
</portlet>
-
+ <portlet>
+ <portlet-name>HelloWorldPortlet</portlet-name>
+ <instanceable>true</instanceable>
+ <ajaxable>false</ajaxable>
+ </portlet>
+ <portlet>
+ <portlet-name>AddressBookPortlet</portlet-name>
+ <instanceable>true</instanceable>
+ <ajaxable>false</ajaxable>
+ </portlet>
+ <portlet>
+ <portlet-name>CalcPortlet</portlet-name>
+ <instanceable>true</instanceable>
+ <ajaxable>false</ajaxable>
+ </portlet>
<role-mapper>
<role-name>administrator</role-name>
<role-link>Administrator</role-link>