taylor      2004/09/17 11:44:22

  Modified:    applications/pam/src/webapp/WEB-INF portlet.xml
  Log:
  checkpoint for continuing work on User Manager
  
  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.12      +6 -1      
jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- portlet.xml       17 Sep 2004 03:30:07 -0000      1.11
  +++ portlet.xml       17 Sep 2004 18:44:22 -0000      1.12
  @@ -33,6 +33,7 @@
         <portlet-mode>VIEW</portlet-mode>
         <portlet-mode>HELP</portlet-mode>
       </supports>
  +    <supported-locale>en</supported-locale>    
       <portlet-info>
         <title>Portlet Application Browser</title>
         <short-title>Apps</short-title>
  @@ -57,7 +58,7 @@
         <portlet-mode>VIEW</portlet-mode>
         <portlet-mode>HELP</portlet-mode>
       </supports>
  -    <supported-locale>en</supported-locale>
  +    <supported-locale>en</supported-locale>    
       <portlet-info>
         <title>Portlet Application Detail</title>
         <short-title>PAD</short-title>
  @@ -202,6 +203,8 @@
         <portlet-mode>VIEW</portlet-mode>
         <portlet-mode>HELP</portlet-mode>
       </supports>
  +    <supported-locale>en</supported-locale>
  +    
<resource-bundle>org.apache.jetspeed.portlets.security.resources.SecurityResources</resource-bundle>
            
       <portlet-info>
         <title>User Browser</title>
         <short-title>Users</short-title>
  @@ -226,6 +229,8 @@
         <portlet-mode>VIEW</portlet-mode>
         <portlet-mode>HELP</portlet-mode>
       </supports>
  +    <supported-locale>en</supported-locale>
  +    
<resource-bundle>org.apache.jetspeed.portlets.security.resources.SecurityResources</resource-bundle>
            
       <portlet-info>
         <title>User Detail Information</title>
         <short-title>User</short-title>
  
  
  

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

Reply via email to