[pal-cvs 3170] [906] added UserRegistrationPortlet.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 5月 2日 (金) 10:47:05 JST


Revision: 906
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=906
Author:   shinsuke
Date:     2008-05-02 10:47:04 +0900 (Fri, 02 May 2008)

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

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


-------------- next part --------------
Modified: pal-admin/tags/pal-admin-1.0/src/main/webapp/WEB-INF/jetspeed-portlet.xml
===================================================================
--- pal-admin/tags/pal-admin-1.0/src/main/webapp/WEB-INF/jetspeed-portlet.xml	2008-05-01 09:48:41 UTC (rev 905)
+++ pal-admin/tags/pal-admin-1.0/src/main/webapp/WEB-INF/jetspeed-portlet.xml	2008-05-02 01:47:04 UTC (rev 906)
@@ -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