root/branches/douglm/deployment/webadmin/portlet/liferay4-portlet.xml

Revision 1937 (checked in by douglm, 5 years ago)

Major reorganization of the build process mostly affecting handling of portal builds.

Removed portal specific directories from teh deployment directory.

Removed portal sepcific code from buildwar.xml and added new portal specific files to be imported. These are in a section of teh bwbuild config directory.

All portal customization is now part of building the war file.

Line 
1 <?xml version="1.0"?>
2 <!DOCTYPE liferay-portlet-app PUBLIC "-//Liferay//DTD Portlet Application 4.1.0//EN" "http://www.liferay.com/dtd/liferay-portlet-app_4_1_0.dtd">
3
4 <liferay-portlet-app>
5   <portlet>
6     <portlet-name>@PORTLET-NAME@</portlet-name>
7     <portlet-url-class>com.liferay.portal.apache.bridges.struts.LiferayStrutsPortletURLImpl</portlet-url-class>
8     <use-default-template>true</use-default-template>
9     <restore-current-view>true</restore-current-view>
10     <instanceable>true</instanceable>
11     <private-request-attributes>true</private-request-attributes>
12   </portlet>
13   <role-mapper>
14     <role-name>administrator</role-name>
15     <role-link>Administrator</role-link>
16   </role-mapper>
17   <role-mapper>
18     <role-name>guest</role-name>
19     <role-link>Guest</role-link>
20   </role-mapper>
21   <role-mapper>
22     <role-name>power-user</role-name>
23     <role-link>Power User</role-link>
24   </role-mapper>
25   <role-mapper>
26     <role-name>user</role-name>
27     <role-link>User</role-link>
28   </role-mapper>
29 </liferay-portlet-app>
Note: See TracBrowser for help on using the browser.