root/trunk/deployment/webadmin/portlet/portlet.xml

Revision 1105 (checked in by douglm, 7 years ago)

To build bedework after this update will require ant-contrib.jar to be added to apache-ant-1.6.5/lib
This will be done in the preview quickstart

Upgraded portlet support. Managed to display the user calendar in liferay4.
Made much more of the portlet support common. Moved many config settings into the properties file.
Some changes still needed

Moved portlet stylesheets into common portlet directory

  • Property svn:eol-style set to LF
Line 
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3   Based on jpetstore example application with contributions from:
4
5   Author: Xavier Lawrence @ jahia . com
6   Author: Mike Douglass    douglm@rpi.edu
7 -->
8 <portlet-app id="calAdmin" version="1.0">
9   <portlet id="@CONTEXT-ROOT@.@PORTLET-NAME@">
10     <portlet-name>@PORTLET-NAME@</portlet-name>
11     <display-name>@DISPLAY-NAME@</display-name>
12     <portlet-class>@PORTLET-CLASS@</portlet-class>
13     <init-param>
14       <name>ServletContextProvider</name>
15       <value>@PORTAL-SERVLET-CONTEXT-PROVIDER@</value>
16     </init-param>
17     <init-param>
18       <name>ViewPage</name>
19       <value>/initialise.rdo</value>
20     </init-param>
21     <description>@APP-DESCRIPTION@
22     </description>
23     <expiration-cache>-1</expiration-cache>
24     <supports>
25       <mime-type>text/html</mime-type>
26       <portlet-mode>VIEW</portlet-mode>
27       <!--<portlet-mode>HELP</portlet-mode>-->
28     </supports>
29     <portlet-info>
30       <title>@DISPLAY-NAME@</title>
31       <short-title>@DISPLAY-NAME@</short-title>
32       <keywords>Struts, Bedework, Calendar, Public, Events</keywords>
33     </portlet-info>
34   </portlet>
35 </portlet-app>
36
Note: See TracBrowser for help on using the browser.