root/trunk/deployment/webuser/portlet/jetspeed2-portlet.psml

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" encoding="UTF-8"?>
2
3 <!--
4   This is a Jetspeed2 psml file for the calendar public events portlet.
5
6   The fragment id's must be unique among all .psml files, and the name of the
7   portlet is read from the portlet.xml file.
8 -->
9 <page id="/@CONTEXT-ROOT@.psml">
10   <defaults
11      skin="orange"
12      layout-decorator="tigris"
13      portlet-decorator="tigris"
14   />
15   <title>@APP-DESCRIPTION@</title>
16   <fragment id="@CONTEXT-ROOT@-1" type="layout" name="jetspeed-layouts::VelocityOneColumn">
17     <fragment id="@CONTEXT-ROOT@-2" type="portlet" name="@CONTEXT-ROOT@::@PORTLET-NAME@"/>
18   </fragment>
19 </page>
Note: See TracBrowser for help on using the browser.