taylor 2004/04/02 10:42:14
Modified: portal/src/webapp/WEB-INF portlet.xml
Log:
removing PAM PA
moving PAM portlets into jetspeed PA, resolving classloader issues
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.6 +23 -0 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/portlet.xml
Index: portlet.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/portlet.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- portlet.xml 18 Mar 2004 19:35:47 -0000 1.5
+++ portlet.xml 2 Apr 2004 18:42:14 -0000 1.6
@@ -70,6 +70,29 @@
</portlet-info>
</portlet>
+ <portlet id="PortletApplicationBrowser">
+ <init-param>
+ <description>This parameter sets the template used to format
the browser.</description>
+ <name>template</name>
+ <value>/pages/pam/pam-browser.jsp</value>
+ </init-param>
+ <portlet-name>PortletApplicationBrowser</portlet-name>
+ <display-name>Portlet Application Browser</display-name>
+ <description>The PAM (Portlet Application Manager) Portlet Application Browser
displays a list of portlet applications deployed to this portal. From here you can
add, edit, and delete portlet applications.</description>
+
<portlet-class>org.apache.jetspeed.portlets.pam.PortletApplicationBrowser</portlet-class>
+ <expiration-cache>-1</expiration-cache>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>EDIT</portlet-mode>
+ <portlet-mode>VIEW</portlet-mode>
+ <portlet-mode>HELP</portlet-mode>
+ </supports>
+ <portlet-info>
+ <title>Portlet Application Browser</title>
+ <short-title>Apps</short-title>
+ <keywords>applications,apps,PAM</keywords>
+ </portlet-info>
+ </portlet>
</portlet-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]