taylor      2004/04/02 17:12:31

  Modified:    portal/src/webapp/WEB-INF portlet.xml
  Log:
  removed PA browser from default page
  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.7       +122 -99   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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- portlet.xml       2 Apr 2004 18:42:14 -0000       1.6
  +++ portlet.xml       3 Apr 2004 01:12:31 -0000       1.7
  @@ -1,99 +1,122 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<!--
  -Copyright 2004 The Apache Software Foundation
  -
  -Licensed under the Apache License, Version 2.0 (the "License");
  -you may not use this file except in compliance with the License.
  -You may obtain a copy of the License at
  -
  -    http://www.apache.org/licenses/LICENSE-2.0
  -
  -Unless required by applicable law or agreed to in writing, software
  -distributed under the License is distributed on an "AS IS" BASIS,
  -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  -See the License for the specific language governing permissions and
  -limitations under the License.
  --->
  -<portlet-app id="jetspeed" version="1.0">
  -
  -  <portlet id="TwoColumns">
  -    <portlet-name>TwoColumns</portlet-name>
  -    <display-name>Two Columns Layout</display-name>
  -    <init-param>
  -      <name>ViewPage</name>
  -      <value>/WEB-INF/layout/columns.jsp</value>
  -    </init-param>
  -    <init-param>
  -      <name>columns</name>
  -      <value>2</value>
  -    </init-param>
  -    <init-param>
  -      <name>sizes</name>
  -      <value>50%,50%</value>
  -    </init-param>
  -    <portlet-class>org.apache.jetspeed.layout.MultiColumnPortlet</portlet-class>
  -    <expiration-cache>-1</expiration-cache>
  -    <supports>
  -      <mime-type>text/html</mime-type>
  -      <portlet-mode>VIEW</portlet-mode>
  -    </supports>
  -    <portlet-info>
  -      <title>TwoColumns</title>
  -      <short-title>TwoColumns</short-title>
  -    </portlet-info>
  -  </portlet>
  -  
  -  <portlet id="VelocityTwoColumns">
  -    <portlet-name>VelocityTwoColumns</portlet-name>
  -    <display-name>Two Columns Layout Using Velocity</display-name>
  -    <init-param>
  -      <name>ViewPage</name>
  -      <value>columns</value>
  -    </init-param>
  -    <init-param>
  -      <name>columns</name>
  -      <value>2</value>
  -    </init-param>
  -    <init-param>
  -      <name>sizes</name>
  -      <value>50%,50%</value>
  -    </init-param>
  -    <portlet-class>org.apache.jetspeed.layout.MultiColumnPortlet</portlet-class>
  -    <expiration-cache>-1</expiration-cache>
  -    <supports>
  -      <mime-type>text/html</mime-type>
  -      <portlet-mode>VIEW</portlet-mode>
  -    </supports>
  -    <portlet-info>
  -      <title>VelocityTwoColumns</title>
  -      <short-title>TwoColumns</short-title>
  -    </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>
  -
  +<?xml version="1.0" encoding="UTF-8"?>

  +<!--

  +Copyright 2004 The Apache Software Foundation

  +

  +Licensed under the Apache License, Version 2.0 (the "License");

  +you may not use this file except in compliance with the License.

  +You may obtain a copy of the License at

  +

  +    http://www.apache.org/licenses/LICENSE-2.0

  +

  +Unless required by applicable law or agreed to in writing, software

  +distributed under the License is distributed on an "AS IS" BASIS,

  +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  +See the License for the specific language governing permissions and

  +limitations under the License.

  +-->

  +<portlet-app id="jetspeed" version="1.0">

  +

  +  <portlet id="TwoColumns">

  +    <portlet-name>TwoColumns</portlet-name>

  +    <display-name>Two Columns Layout</display-name>

  +    <init-param>

  +      <name>ViewPage</name>

  +      <value>/WEB-INF/layout/columns.jsp</value>

  +    </init-param>

  +    <init-param>

  +      <name>columns</name>

  +      <value>2</value>

  +    </init-param>

  +    <init-param>

  +      <name>sizes</name>

  +      <value>50%,50%</value>

  +    </init-param>

  +    <portlet-class>org.apache.jetspeed.layout.MultiColumnPortlet</portlet-class>

  +    <expiration-cache>-1</expiration-cache>

  +    <supports>

  +      <mime-type>text/html</mime-type>

  +      <portlet-mode>VIEW</portlet-mode>

  +    </supports>

  +    <portlet-info>

  +      <title>TwoColumns</title>

  +      <short-title>TwoColumns</short-title>

  +    </portlet-info>

  +  </portlet>

  +  

  +  <portlet id="VelocityTwoColumns">

  +    <portlet-name>VelocityTwoColumns</portlet-name>

  +    <display-name>Two Columns Layout Using Velocity</display-name>

  +    <init-param>

  +      <name>ViewPage</name>

  +      <value>columns</value>

  +    </init-param>

  +    <init-param>

  +      <name>columns</name>

  +      <value>2</value>

  +    </init-param>

  +    <init-param>

  +      <name>sizes</name>

  +      <value>50%,50%</value>

  +    </init-param>

  +    <portlet-class>org.apache.jetspeed.layout.MultiColumnPortlet</portlet-class>

  +    <expiration-cache>-1</expiration-cache>

  +    <supports>

  +      <mime-type>text/html</mime-type>

  +      <portlet-mode>VIEW</portlet-mode>

  +    </supports>

  +    <portlet-info>

  +      <title>VelocityTwoColumns</title>

  +      <short-title>TwoColumns</short-title>

  +    </portlet-info>

  +  </portlet>

  +  

  +  <portlet id="PortletApplicationBrowser">

  +    <init-param>

  +                     <description>This parameter sets the template used in view 
mode.</description>

  +                     <name>ViewPage</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 id="PortletApplicationDetail">

  +    <init-param>

  +      <description>This parameter sets the template used in view mode.</description>

  +      <name>ViewPage</name>

  +      <value>/pages/pam/pam-detail.jsp</value>

  +    </init-param>   

  +    <portlet-name>PortletApplicationDetail</portlet-name>

  +    <display-name>Portlet Application Detail</display-name>

  +    <description>The PAM (Portlet Application Manager) Portlet Application Detail 
displays a specific portlet application deployed to this portal. From here you can 
add, edit, and delete this portlet application.</description>

  +    
<portlet-class>org.apache.jetspeed.portlets.pam.PortletApplicationDetail</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 Detail</title>

  +      <short-title>PAD</short-title>

  +      <keywords>applications,apps,PAM,PAD</keywords>

  +    </portlet-info>

  +  </portlet>

  +

  +</portlet-app>

  +

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to