dlestrat 2004/05/07 06:40:57
Modified: applications/demo/src/webapp/WEB-INF portlet.xml
Log:
PLT 17: Fixes in loading user-attributes.
Revision Changes Path
1.11 +14 -12
jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml
Index: portlet.xml
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- portlet.xml 1 May 2004 17:01:59 -0000 1.10
+++ portlet.xml 7 May 2004 13:40:57 -0000 1.11
@@ -37,18 +37,6 @@
<short-title>This is the short title</short-title>
<keywords>Test</keywords>
</portlet-info>
- <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>
<portlet id="JMXPortlet">
@@ -210,5 +198,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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]