summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/liferay-portlet.xml
diff options
context:
space:
mode:
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>