[pal-cvs 3168] [904] added UserRegistrationPortlet.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 5月 1日 (木) 18:17:07 JST


Revision: 904
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=904
Author:   shinsuke
Date:     2008-05-01 18:17:07 +0900 (Thu, 01 May 2008)

Log Message:
-----------
added UserRegistrationPortlet.

Modified Paths:
--------------
    pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml


-------------- next part --------------
Modified: pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml
===================================================================
--- pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml	2008-05-01 08:59:21 UTC (rev 903)
+++ pal-admin/trunk/src/main/webapp/WEB-INF/jetspeed-portlet.xml	2008-05-01 09:17:07 UTC (rev 904)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2005-2007 Portal Application Laboratory and the Others.
+Copyright 2005-2008 Portal Application Laboratory and the Others.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -26,6 +26,12 @@
     <js:metadata name="merge.portal.parameters.before.portlet.parameters">true</js:metadata>
   </portlet>
   <portlet>
+    <portlet-name>UserRegistrationPortlet</portlet-name>
+    <js:security-constraint-ref>public-view</js:security-constraint-ref>
+    <js:metadata name="merge.portal.parameters.with.portlet.parameters">true</js:metadata>
+    <js:metadata name="merge.portal.parameters.before.portlet.parameters">true</js:metadata>
+  </portlet>
+  <portlet>
     <portlet-name>SiteEditorPortlet</portlet-name>
     <js:security-constraint-ref>AEUV</js:security-constraint-ref>
     <js:metadata name="merge.portal.parameters.with.portlet.parameters">true</js:metadata>


pal-cvs メーリングリストの案内
Back to archive index