You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2004/05/07 15:45:49 UTC

cvs commit: jakarta-jetspeed-2/portal/test/testdata/deploy portlet.xml

dlestrat    2004/05/07 06:45:49

  Modified:    portal/test/testdata/deploy portlet.xml
  Log:
  PLT 17: Fixes in loading user-attributes.
  
  Revision  Changes    Path
  1.6       +13 -12    jakarta-jetspeed-2/portal/test/testdata/deploy/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/test/testdata/deploy/portlet.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- portlet.xml	25 Apr 2004 16:37:13 -0000	1.5
  +++ portlet.xml	7 May 2004 13:45:48 -0000	1.6
  @@ -50,18 +50,6 @@
           <read-only>true</read-only>
         </preference>    
       </portlet-preferences>
  -    <user-attribute>
  -		<description>User Given Name</description>
  -		<name>user.name.given</name>
  -	</user-attribute>
  -	<user-attribute>
  -		<description>User Last Name</description>
  -		<name>user.name.family</name>
  -	</user-attribute>
  -	<user-attribute>
  -		<description>User eMail</description>
  -		<name>user.home-info.online.email</name>
  -	</user-attribute>
       <security-role-ref>
       	<description lang="en">This is the admin role</description>
       	<role-name>admin</role-name>
  @@ -111,6 +99,19 @@
       </portlet-info>
      
     </portlet>
  +  
  +  <user-attribute>
  +	<description>User Given Name</description>
  +	<name>user.name.given</name>
  +  </user-attribute>
  +  <user-attribute>
  +	<description>User Last Name</description>
  +	<name>user.name.family</name>
  +  </user-attribute>
  +  <user-attribute>
  +	<description>User eMail</description>
  +	<name>user.home-info.online.email</name>
  +  </user-attribute>
     
    </portlet-app>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org