|
Revision 952
(checked in by douglm, 7 years ago)
|
--
|
| 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="calApp" version="1.0"> |
|---|
| 9 |
<portlet id="PublicEventsPortlet"> |
|---|
| 10 |
<init-param> |
|---|
| 11 |
<name>ServletContextProvider</name> |
|---|
| 12 |
<value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value> |
|---|
| 13 |
</init-param> |
|---|
| 14 |
<init-param> |
|---|
| 15 |
<name>ViewPage</name> |
|---|
| 16 |
<value>/initialise.rdo</value> |
|---|
| 17 |
</init-param> |
|---|
| 18 |
<portlet-name>PublicCal</portlet-name> |
|---|
| 19 |
<display-name>Public Events Display</display-name> |
|---|
| 20 |
<description> |
|---|
| 21 |
The UWCal application displays public events. |
|---|
| 22 |
</description> |
|---|
| 23 |
<portlet-class>org.apache.portals.bridges.struts.StrutsPortlet</portlet-class> |
|---|
| 24 |
<expiration-cache>-1</expiration-cache> |
|---|
| 25 |
<supports> |
|---|
| 26 |
<mime-type>text/html</mime-type> |
|---|
| 27 |
<portlet-mode>VIEW</portlet-mode> |
|---|
| 28 |
<!--<portlet-mode>HELP</portlet-mode>--> |
|---|
| 29 |
</supports> |
|---|
| 30 |
<portlet-info> |
|---|
| 31 |
<title>PublicCal</title> |
|---|
| 32 |
<short-title>PublicCal</short-title> |
|---|
| 33 |
<keywords>Struts, UWCal, Calendar, Public, Events</keywords> |
|---|
| 34 |
</portlet-info> |
|---|
| 35 |
</portlet> |
|---|
| 36 |
</portlet-app> |
|---|
| 37 |
|
|---|