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 wo...@apache.org on 2009/09/28 14:38:27 UTC

svn commit: r819511 [2/3] - in /portals/jetspeed-2/applications/j2-admin/trunk: ./ src/main/java/org/apache/jetspeed/portlets/sso/ src/main/webapp/WEB-INF/ src/main/webapp/WEB-INF/conf/

Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=819511&r1=819510&r2=819511&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Mon Sep 28 12:38:26 2009
@@ -1,131 +1,152 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to You under the Apache License, Version 2.0
-(the "License"); you may not use this file except in compliance with
-the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under
+    the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
+    OR CONDITIONS OF ANY KIND, either express or implied. See the
+    License for the specific language governing permissions and
+    limitations under the License.
+  -->
 <portlet-app id='j2-admin'
-              xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" 
-              version="2.0" 
-              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-              xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
-               
-<portlet id="LoginPortlet">
-    <description>Logs a user on to the Jetspeed portal by entering a username and password. Authenticates using full Jetspeed Active Authentication.</description>
-    <description xml:lang="ja">ユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。アクティブ認証を利用して認証します。</description>
+  xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
+  version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd">
+
+  <portlet id="LoginPortlet">
+    <description>Logs a user on to the Jetspeed portal by entering a
+      username and password. Authenticates using full Jetspeed Active
+      Authentication.</description>
+    <description xml:lang="ja">
+      ユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。アクティブ認証を利用して認証します。</description>
     <portlet-name>LoginPortlet</portlet-name>
     <display-name>Login with Active Authentication</display-name>
     <display-name xml:lang="ja">アクティブ認証を用いたログイン</display-name>
     <display-name xml:lang="zh">登陆</display-name>
     <display-name xml:lang="zh-TW">登陸</display-name>
-    <portlet-class>org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
+    <portlet-class>
+      org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
     <init-param>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/login/login.jsp</value>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/login/login.jsp</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>system-lock-screen.png</value>
-    </init-param>      
-    <!--  expiration cache must be zero (disabled) since we bypass normal portlet api -->      
+      <name>portlet-icon</name>
+      <value>system-lock-screen.png</value>
+    </init-param>
+    <!--
+      expiration cache must be zero (disabled) since we bypass normal
+      portlet api
+    -->
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
     <portlet-info>
-        <title>Login</title>
-        <short-title>Login</short-title>
-        <keywords>login,security,management,admin</keywords>            
+      <title>Login</title>
+      <short-title>Login</short-title>
+      <keywords>login,security,management,admin</keywords>
     </portlet-info>
-</portlet>
-    
-<portlet id="LoginPortletForXHTMLBasic">
-    <description>Logs a user on to the Jetspeed portal by entering a username and password in an XHTML form. Authenticates using full Jetspeed Active Authentication.</description>
-    <description xml:lang="ja">XHTMLフォームでユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。アクティブ認証を利用して認証します。</description>
+  </portlet>
+
+  <portlet id="LoginPortletForXHTMLBasic">
+    <description>Logs a user on to the Jetspeed portal by entering a
+      username and password in an XHTML form. Authenticates using full
+      Jetspeed Active Authentication.</description>
+    <description xml:lang="ja">
+      XHTMLフォームでユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。アクティブ認証を利用して認証します。</description>
     <portlet-name>LoginPortletForXHTMLBasic</portlet-name>
     <display-name>Login with Active Authentication (XHTML Basic)</display-name>
-    <display-name xml:lang="ja">アクティブ認証を用いたログイン(XHTML Basic用)</display-name>
+    <display-name xml:lang="ja">アクティブ認証を用いたログイン(XHTML
+      Basic用)</display-name>
     <display-name xml:lang="zh">基于XHTML的登陆Portlet</display-name>
     <display-name xml:lang="zh-TW">基於XHTML的登陸Portlet</display-name>
-    <portlet-class>org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>                
+    <portlet-class>
+      org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
     <init-param>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/login/login-xhtmlbasic.jsp</value>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/login/login-xhtmlbasic.jsp</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>system-lock-screen.png</value>
-    </init-param>                    
+      <name>portlet-icon</name>
+      <value>system-lock-screen.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
     <portlet-info>
-        <title>Login</title>
-        <short-title>Login</short-title>
-        <keywords>login,security,management,admin</keywords>                        
+      <title>Login</title>
+      <short-title>Login</short-title>
+      <keywords>login,security,management,admin</keywords>
     </portlet-info>
-</portlet>
-    
-<portlet id="ChangePasswordPortlet">
-    <description>Portlet for changing the password of the current, logged on user.</description>
+  </portlet>
+
+  <portlet id="ChangePasswordPortlet">
+    <description>Portlet for changing the password of the
+      current, logged on user.</description>
     <description xml:lang="ja">現在ログイン中のユーザーパスワードを変更します。</description>
     <description xml:lang="zh">更改当前登陆用户的密码。</description>
-    <description xml:lang="zh-TW">更改當前登陸用戶的密碼。</description>        
+    <description xml:lang="zh-TW">更改當前登陸用戶的密碼。</description>
     <portlet-name>ChangePasswordPortlet</portlet-name>
     <display-name>Change Password</display-name>
     <display-name xml:lang="ja">パスワード変更</display-name>
     <display-name xml:lang="zh">更改密码</display-name>
     <display-name xml:lang="zh-TW">更改密碼</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.security.ChangePasswordPortlet</portlet-class>        
+    <portlet-class>
+      org.apache.jetspeed.portlets.security.ChangePasswordPortlet</portlet-class>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/chgpwd/change-password.jsp</value>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/chgpwd/change-password.jsp</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>application-certificate.png</value>
-    </init-param>                    
+      <name>portlet-icon</name>
+      <value>application-certificate.png</value>
+    </init-param>
     <expiration-cache>-1</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>nl</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.ChgPwdResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.ChgPwdResources</resource-bundle>
     <portlet-info>
-        <title>Change Password</title>
-        <short-title>Change Password</short-title>
-        <keywords>security,user,password,admin,login</keywords>            
+      <title>Change Password</title>
+      <short-title>Change Password</short-title>
+      <keywords>security,user,password,admin,login</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="SSOBrowserPortlet">
-    <description>SSO Sites Browser displays a list of all configured SSO sites in the portal. From here you can select SSO Sites for editing. Place this portlet on the same page as the SSO Details portlet.</description>
-    <description xml:lang="ja">SSO サイトブラウザポートレットは、ポータル内の構成された、すべての SSO サイトの一覧を表示します。ここから、編集したい SSO サイトを選択できます。</description>
+  <portlet id="SSOBrowserPortlet">
+    <description>SSO Sites Browser displays a list of all configured
+      SSO sites in the portal. From here you can select SSO Sites for
+      editing. Place this portlet on the same page as the SSO Details
+      portlet.</description>
+    <description xml:lang="ja">SSO
+      サイトブラウザポートレットは、ポータル内の構成された、すべての SSO サイトの一覧を表示します。ここから、編集したい SSO
+      サイトを選択できます。</description>
     <description xml:lang="zh">SSO 站点浏览 Portlet</description>
-    <description xml:lang="zh-TW">SSO 站點流覽 Portlet</description>        
+    <description xml:lang="zh-TW">SSO 站點流覽 Portlet</description>
     <portlet-name>SSOBrowserPortlet</portlet-name>
     <display-name>SSO Sites Browser</display-name>
     <display-name xml:lang="ja">SSO サイトブラウザ</display-name>
@@ -133,37 +154,42 @@
     <display-name xml:lang="zh-TW">流覽SSO站點</display-name>
     <portlet-class>org.apache.jetspeed.portlets.security.sso.SSOBrowser</portlet-class>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/sso/sites-view.vm</value>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/sso/sites-view.vm</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>preferences-system-network-proxy.png</value>
-    </init-param>                                                                   
+      <name>portlet-icon</name>
+      <value>preferences-system-network-proxy.png</value>
+    </init-param>
     <expiration-cache>-1</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
-        <!-- not implemented yet
-            <portlet-mode>EDIT</portlet-mode>
-            <portlet-mode>HELP</portlet-mode>
-        -->
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <!--
+        not implemented yet <portlet-mode>EDIT</portlet-mode>
+        <portlet-mode>HELP</portlet-mode>
+      -->
     </supports>
     <supported-locale>en</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.SSOResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.SSOResources</resource-bundle>
     <portlet-info>
-        <title>SSO Sites</title>
-        <short-title>Sites</short-title>
-        <keywords>admin,security,site,SSO</keywords>
+      <title>SSO Sites</title>
+      <short-title>Sites</short-title>
+      <keywords>admin,security,site,SSO</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="SSODetailsPortlet">        
-    <description>The SSO Site Details portlet edits the credentials and site location for a single SSO Site. Place this portlet on the same page as the SSO Browser portlet.</description>
-    <description xml:lang="ja">SSO サイト詳細ポートレットは、SSO サイト用の資格およびサイトの場所を編集できます。このポートレットは、SSOブラウザポートレットと同じページに置いてください。</description>
+  <portlet id="SSODetailsPortlet">
+    <description>The SSO Site Details portlet edits the credentials
+      and site location for a single SSO Site. Place this portlet on the
+      same page as the SSO Browser portlet.</description>
+    <description xml:lang="ja">SSO サイト詳細ポートレットは、SSO
+      サイト用の資格およびサイトの場所を編集できます。このポートレットは、SSOブラウザポートレットと同じページに置いてください。</description>
     <description xml:lang="zh">SSO 详情 Portlet</description>
-    <description xml:lang="zh-TW">SSO 詳情 Portlet</description>        
+    <description xml:lang="zh-TW">SSO 詳情 Portlet</description>
     <portlet-name>SSODetailsPortlet</portlet-name>
     <display-name>SSO Details</display-name>
     <display-name xml:lang="ja">SSO 情報詳細</display-name>
@@ -171,34 +197,37 @@
     <display-name xml:lang="zh-TW">SSO 詳情</display-name>
     <portlet-class>org.apache.jetspeed.portlets.security.sso.SSODetails</portlet-class>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/sso/sites-details.vm</value>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/sso/sites-details.vm</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>preferences-system-network-proxy.png</value>
-    </init-param>                                                                           
+      <name>portlet-icon</name>
+      <value>preferences-system-network-proxy.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
-        <!-- not implemented yet
-            <portlet-mode>EDIT</portlet-mode>
-            <portlet-mode>HELP</portlet-mode>
-        -->
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <!--
+        not implemented yet <portlet-mode>EDIT</portlet-mode>
+        <portlet-mode>HELP</portlet-mode>
+      -->
     </supports>
     <supported-locale>en</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.SSODetailsResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.SSODetailsResources</resource-bundle>
     <portlet-info>
-        <title>SSO Details</title>
-        <short-title>SSO Details</short-title>
-        <keywords>admin,security,site,SSO</keywords>
+      <title>SSO Details</title>
+      <short-title>SSO Details</short-title>
+      <keywords>admin,security,site,SSO</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="LocaleSelector">
-    <description>Locale Selector is a portlet to select your preferred locale (language).</description>
+  <portlet id="LocaleSelector">
+    <description>Locale Selector is a portlet to select your
+      preferred locale (language).</description>
     <description xml:lang="ja">言語選択はユーザーのロケールを選択するためのポートレットです。</description>
     <description xml:lang="zh">选择你使用的语言</description>
     <description xml:lang="zh-TW">選擇你使用的語言</description>
@@ -207,46 +236,53 @@
     <display-name xml:lang="ja">言語選択</display-name>
     <display-name xml:lang="zh">语言选择</display-name>
     <display-name xml:lang="zh-TW">語言選擇</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.localeselector.LocaleSelectorPortlet</portlet-class>            
+    <portlet-class>
+      org.apache.jetspeed.portlets.localeselector.LocaleSelectorPortlet</portlet-class>
     <init-param>
-        <name>portlet-icon</name>
-        <value>preferences-desktop-locale.png</value>
-    </init-param>                                                                            
-    <expiration-cache>-1</expiration-cache>    
+      <name>portlet-icon</name>
+      <value>preferences-desktop-locale.png</value>
+    </init-param>
+    <expiration-cache>-1</expiration-cache>
     <supports>
       <mime-type>text/html</mime-type>
       <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.localeselector.resources.LocaleSelectorResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.localeselector.resources.LocaleSelectorResources</resource-bundle>
     <portlet-info>
       <title>Locale Selector</title>
       <short-title>This is a portlet to select your preferred locale</short-title>
       <keywords>locale,language,tools</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="StatisticsPortlet">    
-    <description>Provides statistics about portal access hits by page, portlet, and by user. Statistical results are sorted by highest hit rate.</description>
-    <description xml:lang="ja">ページ、ポートレット、ユーザーごとのポータルアクセスについての統計機能を提供します。統計結果は、ヒット割合が高い順にソートされます。</description>
+  <portlet id="StatisticsPortlet">
+    <description>Provides statistics about portal access hits by
+      page, portlet, and by user. Statistical results are sorted by
+      highest hit rate.</description>
+    <description xml:lang="ja">
+      ページ、ポートレット、ユーザーごとのポータルアクセスについての統計機能を提供します。統計結果は、ヒット割合が高い順にソートされます。</description>
     <description xml:lang="zh">提供关于门户页面、Portlet、用户的状态信息。</description>
-    <description xml:lang="zh-TW">提供關於門戶頁面、Portlet、用戶的狀態資訊。</description>        
+    <description xml:lang="zh-TW">提供關於門戶頁面、Portlet、用戶的狀態資訊。</description>
     <portlet-name>StatisticsPortlet</portlet-name>
     <display-name>Portal Statistics</display-name>
     <display-name xml:lang="ja">ポータル統計</display-name>
     <display-name xml:lang="zh">门户状态信息</display-name>
     <display-name xml:lang="zh-TW">門戶狀態資訊</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.statistics.StatisticsPortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.statistics.StatisticsPortlet</portlet-class>
+    <init-param>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/view/statistics/statistics.vm</value>
+    </init-param>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-            <value>/WEB-INF/view/statistics/statistics.vm</value>
-     </init-param>
-    <init-param>
-        <name>portlet-icon</name>
-        <value>x-office-spreadsheet.png</value>
-    </init-param>                      
+      <name>portlet-icon</name>
+      <value>x-office-spreadsheet.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
       <mime-type>text/html</mime-type>
@@ -258,50 +294,65 @@
       <short-title>Statistics</short-title>
       <keywords>admin,statistics,portlets,pages,access</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="ForgottenPasswordPortlet">
-    <description>Provides users with the ability to request a new password to be sent to their email address.</description>
-    <description xml:lang="ja">ユーザーに新規パスワードをメールアドレスに送信要求をする機能を提供します。</description>
+  <portlet id="ForgottenPasswordPortlet">
+    <description>Provides users with the ability to request a
+      new password to be sent to their email address.</description>
+    <description xml:lang="ja">
+      ユーザーに新規パスワードをメールアドレスに送信要求をする機能を提供します。</description>
     <description xml:lang="zh">忘记密码,使用邮件发送新的密码给用户。</description>
-    <description xml:lang="zh-TW">忘記密碼,使用郵件發送新的密碼給用戶。</description>      
+    <description xml:lang="zh-TW">忘記密碼,使用郵件發送新的密碼給用戶。</description>
     <portlet-name>ForgottenPasswordPortlet</portlet-name>
     <display-name>Forgotten Password Portlet</display-name>
     <display-name xml:lang="ja">パスワード再発行ポートレット</display-name>
     <display-name xml:lang="zh">忘记密码</display-name>
     <display-name xml:lang="zh-TW">忘記密碼</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class>      
+    <portlet-class>
+      org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-            <value>/WEB-INF/view/userreg/forgottenPasswd.vm</value>
-     </init-param>
-     <init-param>
-        <description>This parameter sets the template used to send the Email for Forgotten password</description>
-        <name>emailTemplateLocation</name>
-            <value>/WEB-INF/view/userreg/</value>
-     </init-param>   
-     <init-param>
-        <description>This parameter sets the template used to send the Email for Forgotten password</description>
-        <name>emailTemplateName</name>
-            <value>forgottenPasswdEmail.vm</value>
-     </init-param>   
-     <init-param>
-        <description>This parameter sets the url to which folks will return after they receive an email</description>
-        <name>returnURL</name>
-        <!-- the current system simply return the user to the default page where this portlet provides feedback --> 
-        <value>/</value>
-     </init-param>   
-     <init-param>
-        <description>This parameter sets the URL to which people will go after they successfully complete their form for forgotten password</description>
-        <name>redirectPath</name>
-        <!-- the current system simply return the user to the default page where this portlet provides feedback --> 
-            <value>/</value>
-     </init-param>   
-    <init-param>
-        <name>portlet-icon</name>
-        <value>application-certificate.png</value>
-    </init-param>                      
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/view/userreg/forgottenPasswd.vm</value>
+    </init-param>
+    <init-param>
+      <description>This parameter sets the template used to send the
+        Email for Forgotten password</description>
+      <name>emailTemplateLocation</name>
+      <value>/WEB-INF/view/userreg/</value>
+    </init-param>
+    <init-param>
+      <description>This parameter sets the template used to send the
+        Email for Forgotten password</description>
+      <name>emailTemplateName</name>
+      <value>forgottenPasswdEmail.vm</value>
+    </init-param>
+    <init-param>
+      <description>This parameter sets the url to which folks will
+        return after they receive an email</description>
+      <name>returnURL</name>
+      <!--
+        the current system simply return the user to the default page
+        where this portlet provides feedback
+      -->
+      <value>/</value>
+    </init-param>
+    <init-param>
+      <description>This parameter sets the URL to which people will
+        go after they successfully complete their form for forgotten
+        password</description>
+      <name>redirectPath</name>
+      <!--
+        the current system simply return the user to the default page
+        where this portlet provides feedback
+      -->
+      <value>/</value>
+    </init-param>
+    <init-param>
+      <name>portlet-icon</name>
+      <value>application-certificate.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
       <mime-type>text/html</mime-type>
@@ -309,34 +360,39 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.registration.resources.ForgottenPasswordResources</resource-bundle>            
+    <resource-bundle>
+      org.apache.jetspeed.portlets.registration.resources.ForgottenPasswordResources</resource-bundle>
     <portlet-info>
       <title>Forgotten Password</title>
       <short-title>Forgotten Password</short-title>
       <keywords>tools,users,password,forgotten,lost,passwd</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="ForgottenPasswordReturnPortlet">        
-    <description>Provides users with the ability to click and update their password automatically after completing the user registration process.</description>
+  <portlet id="ForgottenPasswordReturnPortlet">
+    <description>Provides users with the ability to click and
+      update their password automatically after completing the user
+      registration process.</description>
     <description xml:lang="ja">ユーザー登録完了後にパスワードを更新する機能を提供します。</description>
     <description xml:lang="zh">忘记密码,使用email发送更新密码的连接。</description>
-    <description xml:lang="zh-TW">忘記密碼,使用email發送更新密碼的連接。</description>        
+    <description xml:lang="zh-TW">忘記密碼,使用email發送更新密碼的連接。</description>
     <portlet-name>ForgottenPasswordReturnPortlet</portlet-name>
     <display-name>Forgotten Password Return Portlet</display-name>
     <display-name xml:lang="ja">パスワード再発行受付ポートレット</display-name>
     <display-name xml:lang="zh">忘记密码</display-name>
     <display-name xml:lang="zh-TW">忘記密碼</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class>
+    <init-param>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/view/userreg/forgottenPasswdReturn.vm</value>
+    </init-param>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-            <value>/WEB-INF/view/userreg/forgottenPasswdReturn.vm</value>
-     </init-param>
-    <init-param>
-        <name>portlet-icon</name>
-        <value>application-certificate.png</value>
-    </init-param>                              
+      <name>portlet-icon</name>
+      <value>application-certificate.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
       <mime-type>text/html</mime-type>
@@ -349,248 +405,287 @@
       <short-title>forgot PS return</short-title>
       <keywords>password</keywords>
     </portlet-info>
-</portlet>
-  
-      
-<portlet id="UserRegistrationPortlet">    
-    <description>Provides users with the ability register as a new user with the portal.</description>
+  </portlet>
+
+
+  <portlet id="UserRegistrationPortlet">
+    <description>Provides users with the ability register as a
+      new user with the portal.</description>
     <description xml:lang="ja">ユーザーにポータルの新規登録する機能を提供します。</description>
     <description xml:lang="zh">注册一个新的门户用户</description>
-    <description xml:lang="zh-TW">註冊一個新的門戶用戶</description>    
+    <description xml:lang="zh-TW">註冊一個新的門戶用戶</description>
     <portlet-name>UserRegistrationPortlet</portlet-name>
     <display-name>User Registration Portlet</display-name>
     <display-name xml:lang="ja">ユーザー登録ポートレット</display-name>
     <display-name xml:lang="zh">用户注册</display-name>
     <display-name xml:lang="zh-TW">用戶註冊</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.registration.UserRegistrationPortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.registration.UserRegistrationPortlet</portlet-class>
     <init-param>
-        <description>This parameter sets the template used in view mode.</description>
-        <name>ViewPage</name>
-        <value>/WEB-INF/view/userreg/userRegistration.vm</value>
+      <description>This parameter sets the template used in view
+        mode.</description>
+      <name>ViewPage</name>
+      <value>/WEB-INF/view/userreg/userRegistration.vm</value>
     </init-param>
     <init-param>
-        <name>EditPage</name>
-        <value>/WEB-INF/view/edit-prefs.vm</value>
-    </init-param>            
+      <name>EditPage</name>
+      <value>/WEB-INF/view/edit-prefs.vm</value>
+    </init-param>
     <init-param>
-        <description>This option will generate a new password for each user registration</description>
-        <name>Option_Generate_Passwords</name>
-        <value>false</value>
+      <description>This option will generate a new password for each
+        user registration</description>
+      <name>Option_Generate_Passwords</name>
+      <value>false</value>
     </init-param>
     <init-param>
-        <description>This option will force email address to be system wide unique</description>
-        <name>Option_Emails_System_Unique</name>
-        <value>true</value>
+      <description>This option will force email address to be system
+        wide unique</description>
+      <name>Option_Emails_System_Unique</name>
+      <value>true</value>
     </init-param>
     <init-param>
-        <description>This option will use the email address as the username</description>
-        <name>Option_Use_Email_As_Username</name>
-        <value>false</value>
+      <description>This option will use the email address as the
+        username</description>
+      <name>Option_Use_Email_As_Username</name>
+      <value>false</value>
     </init-param>
     <init-param>
-        <description>This parameter sets the url to which folks will return after they receive an email</description>
-        <name>returnURL</name>        
-        <!-- the current system simply return the user to the default page where this portlet provides feedback -->
-        <value>/</value>
+      <description>This parameter sets the url to which folks will
+        return after they receive an email</description>
+      <name>returnURL</name>
+      <!--
+        the current system simply return the user to the default page
+        where this portlet provides feedback
+      -->
+      <value>/</value>
     </init-param>
     <init-param>
-        <description>This parameter sets the URL to which people will go after they
-            successfully complete their form for forgotten password</description>
-        <name>redirectPath</name>        
-        <!-- the current system simply return the user to the default page where this portlet provides feedback -->
-        <value>/</value>
+      <description>This parameter sets the URL to which people will
+        go after they
+        successfully complete their form for forgotten
+        password</description>
+      <name>redirectPath</name>
+      <!--
+        the current system simply return the user to the default page
+        where this portlet provides feedback
+      -->
+      <value>/</value>
     </init-param>
     <init-param>
-        <description>This is the template in which you setup an email to be sent after user exists</description>
-        <name>emailTemplateLocation</name>
-        <value>/WEB-INF/view/userreg/</value>
-    </init-param>    
+      <description>This is the template in which you setup an email
+        to be sent after user exists</description>
+      <name>emailTemplateLocation</name>
+      <value>/WEB-INF/view/userreg/</value>
+    </init-param>
     <init-param>
-        <description>This is the template in which you setup an email to be sent after user exists</description>
-        <name>emailTemplateName</name>
-        <value>userRegistrationEmail.vm</value>
+      <description>This is the template in which you setup an email
+        to be sent after user exists</description>
+      <name>emailTemplateName</name>
+      <value>userRegistrationEmail.vm</value>
     </init-param>
     <init-param>
-    	<description>Profiling rules to be assigned at registration.</description>
-    	<name>rulesNames</name>
-    	<value>page</value>
+      <description>Profiling rules to be assigned at
+        registration.</description>
+      <name>rulesNames</name>
+      <value>page</value>
     </init-param>
     <init-param>
-    	<description>Profiling rules to be assigned at registration.</description>
-    	<name>rulesValues</name>
-    	<value>j2</value>
+      <description>Profiling rules to be assigned at
+        registration.</description>
+      <name>rulesValues</name>
+      <value>j2</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>start-here.png</value>
-    </init-param>    
+      <name>portlet-icon</name>
+      <value>start-here.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
-        <portlet-mode>EDIT</portlet-mode>
-        <!--  support custom edit_defaults mode -->
-        <portlet-mode>edit_defaults</portlet-mode>        
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
+      <!--  support custom edit_defaults mode -->
+      <portlet-mode>edit_defaults</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.registration.resources.UserRegistrationResources</resource-bundle>    
+    <resource-bundle>
+      org.apache.jetspeed.portlets.registration.resources.UserRegistrationResources</resource-bundle>
     <portlet-info>
-        <title>User Registration </title>
-        <short-title>User Registration</short-title>
-        <keywords>admin,password,register,signup,user</keywords>
-    </portlet-info>
-	<portlet-preferences>
-        <preference>
-            <name>SendEmail</name>
-            <value>false</value>
-        </preference>    
-        <preference>
-            <name>newUserTemplateDirectory</name>
-            <value>/_user/template/</value>
-        </preference>        
-        <preference>
-     		<name>subsiteRootFolder</name>
-            <value></value>   
-        </preference>        
-        <preference>
-     		<name>roles</name>
-            <value>user</value>   
-        </preference>        
-        <preference>
-     		<name>groups</name>
-            <value></value>   
-        </preference>        
-        <preference>
-     		<name>rulesNames</name>
-            <value>page</value>   
-        </preference>        
-        <preference>
-     		<name>rulesValues</name>
-            <value>j2</value>   
-        </preference>        
+      <title>User Registration</title>
+      <short-title>User Registration</short-title>
+      <keywords>admin,password,register,signup,user</keywords>
+    </portlet-info>
+    <portlet-preferences>
+      <preference>
+        <name>SendEmail</name>
+        <value>false</value>
+      </preference>
+      <preference>
+        <name>newUserTemplateDirectory</name>
+        <value>/_user/template/</value>
+      </preference>
+      <preference>
+        <name>subsiteRootFolder</name>
+        <value></value>
+      </preference>
+      <preference>
+        <name>roles</name>
+        <value>user</value>
+      </preference>
+      <preference>
+        <name>groups</name>
+        <value></value>
+      </preference>
+      <preference>
+        <name>rulesNames</name>
+        <value>page</value>
+      </preference>
+      <preference>
+        <name>rulesValues</name>
+        <value>j2</value>
+      </preference>
     </portlet-preferences>
- </portlet>
-    
-<portlet id="PortalLoginPortlet">    
-    <description>Logs a user on to the Jetspeed portal by entering a username and password. Authentication bypasses JAAS and active authentication.</description>
-    <description xml:lang="ja">ユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。JAAS およびアクティブ認証を回避した認証です。</description>
+  </portlet>
+
+  <portlet id="PortalLoginPortlet">
+    <description>Logs a user on to the Jetspeed portal by entering a
+      username and password. Authentication bypasses JAAS and active
+      authentication.</description>
+    <description xml:lang="ja">
+      ユーザー名とパスワードを入力して、ユーザーがポータルにログインできます。JAAS およびアクティブ認証を回避した認証です。</description>
     <portlet-name>PortalLoginPortlet</portlet-name>
     <display-name>Portal Login (Basic)</display-name>
     <display-name xml:lang="ja">ポータルログイン</display-name>
     <display-name xml:lang="zh">门户登陆</display-name>
     <display-name xml:lang="zh-TW">門戶登陸</display-name>
-    <portlet-class>org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
+    <portlet-class>
+      org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
     <init-param>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/login/portal-login.jsp</value>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/login/portal-login.jsp</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>system-lock-screen.png</value>
-    </init-param>                
+      <name>portlet-icon</name>
+      <value>system-lock-screen.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supports>
-      <mime-type>text/vnd.wap.wml</mime-type>      
-      <portlet-mode>VIEW</portlet-mode>    
-    </supports>                    
+      <mime-type>text/vnd.wap.wml</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle>
     <portlet-info>
-        <title>Portal Login</title>
-        <short-title>Login</short-title>
-        <keywords>admin,security,users,login</keywords>                        
+      <title>Portal Login</title>
+      <short-title>Login</short-title>
+      <keywords>admin,security,users,login</keywords>
     </portlet-info>
-</portlet>
-    
-<portlet id="SecurityPermissionsPortlet">
-    <description>Policy Editor for managing the Jetspeed JAAS Security Policy. The policy is a standard Java security policy (JAAS), stored in a database. Portlet, page, and folder permissions are managed here.</description>
-    <description xml:lang="ja">JAAS セキュリティポリシーを管理するポリシーエディタです。ポリシーはJava セキュリティポリシー(JAAS)標準で、データベースに格納されます。ポートレット、ページおよびフォルダのパーミッションはここで管理できます。</description>
+  </portlet>
+
+  <portlet id="SecurityPermissionsPortlet">
+    <description>Policy Editor for managing the Jetspeed JAAS
+      Security Policy. The policy is a standard Java security policy
+      (JAAS), stored in a database. Portlet, page, and folder
+      permissions are managed here.</description>
+    <description xml:lang="ja">JAAS
+      セキュリティポリシーを管理するポリシーエディタです。ポリシーはJava
+      セキュリティポリシー(JAAS)標準で、データベースに格納されます。ポートレット、ページおよびフォルダのパーミッションはここで管理できます。</description>
     <portlet-name>SecurityPermissionsPortlet</portlet-name>
     <display-name>Security Permission Policy</display-name>
     <display-name xml:lang="ja">セキュリティパーミッションポリシー</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.security.permissions.SecurityPermissionsPortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.security.permissions.SecurityPermissionsPortlet</portlet-class>
     <init-param>
       <name>dojo.requires.core</name>
-      <value>dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.LayoutContainer;dojo.widget.ContentPane;dojo.widget.SplitContainer;dojo.widget.TabContainer;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.Button;dojo.widget.Menu2;jetspeed.widget.EditorTable</value>
+      <value>
+        dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.LayoutContainer;dojo.widget.ContentPane;dojo.widget.SplitContainer;dojo.widget.TabContainer;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.Button;dojo.widget.Menu2;jetspeed.widget.EditorTable</value>
     </init-param>
     <init-param>
-        <name>ViewPage</name>
-        <value>/WEB-INF/security/permissions/view.vm</value>
+      <name>ViewPage</name>
+      <value>/WEB-INF/security/permissions/view.vm</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>lock.png</value>
-    </init-param>                        
+      <name>portlet-icon</name>
+      <value>lock.png</value>
+    </init-param>
     <expiration-cache>-1</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>VIEW</portlet-mode>
-        <portlet-mode>EDIT</portlet-mode>            
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <portlet-info>
-        <title>Security Permissions</title>
-        <short-title>Permissions</short-title>
-        <keywords>admin,security,permission,policy,JAAS</keywords>                        
+      <title>Security Permissions</title>
+      <short-title>Permissions</short-title>
+      <keywords>admin,security,permission,policy,JAAS</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="SecurityConstraintsPortlet">
-    <description>Declartive Security Constraint editor. Manages PSML global security constraints to grant or deny access to pages and folders.</description>
-    <description xml:lang="ja">宣言的セキュリティ制限エディタです。ページとフォルダへのアクセスを許可または拒否するためのPSMLグローバルセキュリティ制限を管理します。</description>
+  <portlet id="SecurityConstraintsPortlet">
+    <description>Declartive Security Constraint editor.
+      Manages PSML global security constraints to grant or deny access
+      to pages and folders.</description>
+    <description xml:lang="ja">
+      宣言的セキュリティ制限エディタです。ページとフォルダへのアクセスを許可または拒否するためのPSMLグローバルセキュリティ制限を管理します。</description>
     <portlet-name>SecurityConstraintsPortlet</portlet-name>
-    <display-name>PSML Security Constraints</display-name>        
-    <display-name xml:lang="ja">PSMLセキュリティ制限</display-name>        
+    <display-name>PSML Security Constraints</display-name>
+    <display-name xml:lang="ja">PSMLセキュリティ制限</display-name>
     <portlet-class>org.apache.portals.gems.dojo.DojoSpringMVCPortlet</portlet-class>
     <init-param>
-        <name>contextConfigLocation</name>
-        <value>/WEB-INF/springmvc/context/portlet/constraints.xml</value>
+      <name>contextConfigLocation</name>
+      <value>/WEB-INF/springmvc/context/portlet/constraints.xml</value>
     </init-param>
     <init-param>
-        <name>dojo.requires.core</name>
-        <value>dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value>
+      <name>dojo.requires.core</name>
+      <value>
+        dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value>
     </init-param>
     <init-param>
-        <name>dojo.requires.modules</name>
-        <value>jetspeed.widget.EditorTable;jetspeed.common</value>
+      <name>dojo.requires.modules</name>
+      <value>jetspeed.widget.EditorTable;jetspeed.common</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>lock.png</value>
-    </init-param>                                
+      <name>portlet-icon</name>
+      <value>lock.png</value>
+    </init-param>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>view</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>view</portlet-mode>
     </supports>
-    <resource-bundle>org.apache.jetspeed.portlets.security.resources.Constraints</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.security.resources.Constraints</resource-bundle>
     <portlet-info>
-        <title>Security Constraints</title>
-        <short-title>Constraints</short-title>
-        <keywords>admin,security,constraint,policy,page</keywords>                        
+      <title>Security Constraints</title>
+      <short-title>Constraints</short-title>
+      <keywords>admin,security,constraint,policy,page</keywords>
     </portlet-info>
-</portlet>
+  </portlet>
 
-<portlet id="DateTimePortlet">
-    <description>Display the date and time in a simple string format.</description>
+  <portlet id="DateTimePortlet">
+    <description>Display the date and time in a simple string
+      format.</description>
     <description xml:lang="ja">簡単な文字列フォーマットで日付と時間を表示します。</description>
     <portlet-name>DateTimePortlet</portlet-name>
     <display-name>Date Time Portlet</display-name>
     <display-name xml:lang="ja">日付ポートレット</display-name>
-    <portlet-class>org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
+    <portlet-class>
+      org.apache.portals.bridges.common.GenericServletPortlet</portlet-class>
     <init-param>
       <name>ViewPage</name>
       <value>/WEB-INF/view/datetime.jsp</value>
-     </init-param>
-     <init-param>
-        <name>portlet-icon</name>
-        <value>appointment-new.png</value>
-    </init-param>                                            
+    </init-param>
+    <init-param>
+      <name>portlet-icon</name>
+      <value>appointment-new.png</value>
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
       <mime-type>text/html</mime-type>
@@ -600,148 +695,164 @@
     <portlet-info>
       <title>Date Time</title>
       <short-title>Time</short-title>
-      <keywords>tools,date,time</keywords>                    
+      <keywords>tools,date,time</keywords>
     </portlet-info>
   </portlet>
 
-<portlet id="CategoryPortletSelector">
-    <description>Portlet Selector for adding portlets to your page. Categories classify portlets by indexed keywords to help users find portlets.</description>
-    <description xml:lang="ja">ページにポートレットを塚するポートレット選択です。カテゴリは、ポートレットを検索するために役立つ索引されたキーワードでポートレットを分類しています。</description>
+  <portlet id="CategoryPortletSelector">
+    <description>Portlet Selector for adding portlets to your
+      page. Categories classify portlets by indexed keywords to help
+      users find portlets.</description>
+    <description xml:lang="ja">
+      ページにポートレットを塚するポートレット選択です。カテゴリは、ポートレットを検索するために役立つ索引されたキーワードでポートレットを分類しています。</description>
     <portlet-name>CategoryPortletSelector</portlet-name>
-    <display-name>Portlet Selector</display-name>        
-    <display-name xml:lang="ja">ポートレット選択</display-name>        
-    <portlet-class>org.apache.jetspeed.portlets.selector.CategoryPortletSelector</portlet-class>
+    <display-name>Portlet Selector</display-name>
+    <display-name xml:lang="ja">ポートレット選択</display-name>
+    <portlet-class>
+      org.apache.jetspeed.portlets.selector.CategoryPortletSelector</portlet-class>
     <init-param>
       <name>dojo.js.relative.url</name>
       <value>/javascript/dojo/dojo.js</value>
     </init-param>
     <init-param>
-        <name>ViewPage</name>
-        <value>/WEB-INF/view/selectors/category-portlet-selector.vm</value>
-    </init-param>        
+      <name>ViewPage</name>
+      <value>/WEB-INF/view/selectors/category-portlet-selector.vm</value>
+    </init-param>
     <init-param>
-        <name>EditPage</name>
-        <value>/WEB-INF/view/selectors/category-edit-selector.vm</value>
-    </init-param>                
+      <name>EditPage</name>
+      <value>/WEB-INF/view/selectors/category-edit-selector.vm</value>
+    </init-param>
     <init-param>
-        <name>HeaderPage</name>
-        <value>/WEB-INF/view/selectors/category-portlet-header.vm</value>
-    </init-param>                
+      <name>HeaderPage</name>
+      <value>/WEB-INF/view/selectors/category-portlet-header.vm</value>
+    </init-param>
     <init-param>
-        <name>dojo.requires.core</name>
-        <value>dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value>
+      <name>dojo.requires.core</name>
+      <value>
+        dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value>
     </init-param>
     <init-param>
-        <name>dojo.requires.modules</name>
-        <value>jetspeed.common;jetspeed.selector</value>
+      <name>dojo.requires.modules</name>
+      <value>jetspeed.common;jetspeed.selector</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>portlet-add.png</value>
-    </init-param>              
+      <name>portlet-icon</name>
+      <value>portlet-add.png</value>
+    </init-param>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>view</portlet-mode>
-        <portlet-mode>edit</portlet-mode>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>view</portlet-mode>
+      <portlet-mode>edit</portlet-mode>
     </supports>
-    <resource-bundle>org.apache.jetspeed.portlets.selector.resources.PortletSelector</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.selector.resources.PortletSelector</resource-bundle>
     <portlet-info>
-        <title>Portlet Selector</title>
-        <short-title>Select</short-title>
-        <keywords>admin,registry,selector,choose,portlets,add,customize</keywords>            
+      <title>Portlet Selector</title>
+      <short-title>Select</short-title>
+      <keywords>admin,registry,selector,choose,portlets,add,customize</keywords>
     </portlet-info>
     <portlet-preferences>
-        <preference>
-            <name>Categories</name>
-            <value>Administration,Finance,Fun,News,Security,Sports,Technology,Tools,Tutorial</value>
-        </preference>
-        <preference>
-            <name>Keywords:Administration</name>
-            <value>admin,management</value>
-        </preference>
-        <preference>
-            <name>Keywords:Finance</name>
-            <value>finance,stock,market,money,quote</value>
-        </preference>
-        <preference>
-            <name>Keywords:Fun</name>
-            <value>fun,game,cool</value>
-        </preference>
-        <preference>
-            <name>Keywords:News</name>
-            <value>news,RSS,feed,headline</value>
-        </preference>
-        <preference>
-            <name>Keywords:Security</name>
-            <value>security</value>
-        </preference>
-        <preference>
-            <name>Keywords:Sports</name>
-            <value>sport,football,baseball,hockey,soccer,golf,tennis</value>
-        </preference>
-        <preference>
-            <name>Keywords:Technology</name>
-            <value>technology,computer,web</value>
-        </preference>
-        <preference>
-            <name>Keywords:Tools</name>
-            <value>tools,desktop,weather</value>
-        </preference>            
-        <preference>
-            <name>Keywords:Tutorial</name>
-            <value>demo,learn,tutorial,programming</value>
-        </preference>    
-        <preference>
-            <name>Columns</name>                    
-            <value>4</value>
-        </preference>
-        <preference>
-            <name>Rows</name>                    
-            <value>5</value>
-        </preference>
-    </portlet-preferences>        
-</portlet>
-
-<portlet id="SitemapView">
-    <description>A read only view of the site map available to the current user</description>          
-    <description xml:lang="ja">現在のユーザーで利用可能なサイトマップをリードオンリーで表示します。</description>          
+      <preference>
+        <name>Categories</name>
+        <value>
+          Administration,Finance,Fun,News,Security,Sports,Technology,Tools,Tutorial</value>
+      </preference>
+      <preference>
+        <name>Keywords:Administration</name>
+        <value>admin,management</value>
+      </preference>
+      <preference>
+        <name>Keywords:Finance</name>
+        <value>finance,stock,market,money,quote</value>
+      </preference>
+      <preference>
+        <name>Keywords:Fun</name>
+        <value>fun,game,cool</value>
+      </preference>
+      <preference>
+        <name>Keywords:News</name>
+        <value>news,RSS,feed,headline</value>
+      </preference>
+      <preference>
+        <name>Keywords:Security</name>
+        <value>security</value>
+      </preference>
+      <preference>
+        <name>Keywords:Sports</name>
+        <value>sport,football,baseball,hockey,soccer,golf,tennis</value>
+      </preference>
+      <preference>
+        <name>Keywords:Technology</name>
+        <value>technology,computer,web</value>
+      </preference>
+      <preference>
+        <name>Keywords:Tools</name>
+        <value>tools,desktop,weather</value>
+      </preference>
+      <preference>
+        <name>Keywords:Tutorial</name>
+        <value>demo,learn,tutorial,programming</value>
+      </preference>
+      <preference>
+        <name>Columns</name>
+        <value>4</value>
+      </preference>
+      <preference>
+        <name>Rows</name>
+        <value>5</value>
+      </preference>
+    </portlet-preferences>
+  </portlet>
+
+  <portlet id="SitemapView">
+    <description>A read only view of the site map available to the
+      current user</description>
+    <description xml:lang="ja">
+      現在のユーザーで利用可能なサイトマップをリードオンリーで表示します。</description>
     <portlet-name>SitemapView</portlet-name>
     <display-name>Sitemap View</display-name>
     <display-name xml:lang="ja">サイトマップ表示</display-name>
-    <portlet-class>org.apache.portals.bridges.velocity.GenericVelocityPortlet</portlet-class>
+    <portlet-class>
+      org.apache.portals.bridges.velocity.GenericVelocityPortlet</portlet-class>
     <init-param>
-      <description>This parameter sets the template used in view mode.</description>
+      <description>This parameter sets the template used in view
+        mode.</description>
       <name>ViewPage</name>
       <value>/WEB-INF/view/site/sitemap.vm</value>
     </init-param>
     <init-param>
-        <name>portlet-icon</name>
-        <value>system-file-manager.png</value>
-    </init-param>          
+      <name>portlet-icon</name>
+      <value>system-file-manager.png</value>
+    </init-param>
     <supports>
       <mime-type>text/html</mime-type>
       <portlet-mode>VIEW</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
-    <supported-locale>pt</supported-locale>          
-    <resource-bundle>org.apache.jetspeed.portlets.site.resources.Sitemap</resource-bundle>        
+    <supported-locale>pt</supported-locale>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.site.resources.Sitemap</resource-bundle>
     <portlet-info>
       <title>Site Map View</title>
       <short-title>Site</short-title>
       <keywords>site,sitemap,map,portal,view</keywords>
     </portlet-info>
-</portlet>
-    
-<portlet id="portalSiteManager">
-    <description>The Portal Site Manager displays a hierarchical view of the entire portal site. From here you can add, edit, and delete folders, links, and pages.</description>
-    <description xml:lang="ja">ポータルサイトマネージャは、ポータルサイト全体の階層的な表示を提供します。ここから、フォルダ、リンクおよびページを追加・偏執・削除することができます。</description>
+  </portlet>
+
+  <portlet id="portalSiteManager">
+    <description>The Portal Site Manager displays a hierarchical view
+      of the entire portal site. From here you can add, edit, and delete
+      folders, links, and pages.</description>
+    <description xml:lang="ja">
+      ポータルサイトマネージャは、ポータルサイト全体の階層的な表示を提供します。ここから、フォルダ、リンクおよびページを追加・偏執・削除することができます。</description>
     <portlet-name>PortalSiteManager</portlet-name>
-    <display-name>Portal Site Manager</display-name>        
-    <display-name xml:lang="ja">ポータルサイトマネージャ</display-name>        
-    <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>    
+    <display-name>Portal Site Manager</display-name>
+    <display-name xml:lang="ja">ポータルサイトマネージャ</display-name>
+    <portlet-class>
+      org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
     <init-param>
-        <name>portlet-icon</name>
-        <value>user-home.png</value>
+      <name>portlet-icon</name>
+      <value>user-home.png</value>
     </init-param>
     <init-param>
       <name>wicketFilterPath</name>
@@ -750,26 +861,27 @@
     <init-param>
       <name>editPage</name>
       <value>/portalSiteManager/builder</value>
-    </init-param>    
+    </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
-        <mime-type>text/html</mime-type>
-        <portlet-mode>view</portlet-mode>
-        <portlet-mode>edit</portlet-mode>
-    </supports>
-    <resource-bundle>org.apache.jetspeed.portlets.site.resources.SiteResources</resource-bundle>
-    <portlet-info>
-        <title>Portal Site Manager</title>
-        <short-title>Site</short-title>
-        <keywords>admin,site,portal,pages,folders</keywords>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>view</portlet-mode>
+      <portlet-mode>edit</portlet-mode>
+    </supports>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.site.resources.SiteResources</resource-bundle>
+    <portlet-info>
+      <title>Portal Site Manager</title>
+      <short-title>Site</short-title>
+      <keywords>admin,site,portal,pages,folders</keywords>
     </portlet-info>
     <portlet-preferences>
-        <preference>
-            <name>jsRoot</name>
-            <value>/</value>
-        </preference>
+      <preference>
+        <name>jsRoot</name>
+        <value>/</value>
+      </preference>
     </portlet-preferences>
-</portlet>    
+  </portlet>
 
   <portlet>
     <description>Remote Portlet Application Deployer for Jetspeed.</description>
@@ -777,7 +889,8 @@
     <portlet-name>RPADPortlet</portlet-name>
     <display-name>Remote Portlet Application Deployer</display-name>
     <display-name xml:lang="ja">リモートポートレットアプリケーション配備(RPAD)</display-name>
-    <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
+    <portlet-class>
+      org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
     <init-param>
       <name>wicketFilterPath</name>
       <value>/rpad</value>
@@ -785,17 +898,17 @@
     <init-param>
       <name>editPage</name>
       <value>/rpad/builder</value>
-    </init-param>    
+    </init-param>
     <init-param>
       <name>principalParam</name>
       <value>user</value>
-    </init-param> 
+    </init-param>
     <expiration-cache>300</expiration-cache>
     <supports>
       <mime-type>*/*</mime-type>
       <portlet-mode>EDIT</portlet-mode>
       <portlet-mode>VIEW</portlet-mode>
-    </supports>            
+    </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
     <!-- resource-bundle></resource-bundle -->
@@ -804,16 +917,17 @@
       <short-title>RPAD</short-title>
       <keywords>RPAD,Portlet Repository</keywords>
     </portlet-info>
-  <portlet-preferences>
-    <preference>
-      <name>PALab</name>
-      <value>http://pal.sourceforge.jp/portlet-repository.xml</value>
-    </preference>
-    <preference>
-      <name>Apache Portals</name>
-      <value>http://www.bluesunrise.com/rpa/portlet-repository-2.2.xml</value>
-    </preference>
-  </portlet-preferences>
+    <portlet-preferences>
+      <preference>
+        <name>PALab</name>
+        <value>http://pal.sourceforge.jp/portlet-repository.xml</value>
+      </preference>
+      <preference>
+        <name>Apache Portals</name>
+        <value>
+          http://www.bluesunrise.com/rpa/portlet-repository-2.2.xml</value>
+      </preference>
+    </portlet-preferences>
   </portlet>
 
   <portlet>
@@ -822,7 +936,8 @@
     <portlet-name>PortletTracking</portlet-name>
     <display-name>Portlet Tracking Manager</display-name>
     <display-name xml:lang="ja">ポートレットトラッキングマネージャ</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.tracking.PortletTrackingPortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.tracking.PortletTrackingPortlet</portlet-class>
     <init-param>
       <name>ViewPage</name>
       <value>/WEB-INF/view/tracking/tracking.vm</value>
@@ -841,7 +956,7 @@
     </portlet-info>
   </portlet>
 
- <portlet>
+  <portlet>
     <description>Welcome to Jetspeed</description>
     <description xml:lang="ja">Jetspeedにようこそ</description>
     <portlet-name>WelcomeToJetspeed</portlet-name>
@@ -861,14 +976,14 @@
       <keywords>welcome,jetspeed</keywords>
     </portlet-info>
     <portlet-preferences>
-         <preference>
-             <name>file</name>
-             <value>/WEB-INF/view/info/welcome.html</value>
-         </preference>
-     </portlet-preferences>   
+      <preference>
+        <name>file</name>
+        <value>/WEB-INF/view/info/welcome.html</value>
+      </preference>
+    </portlet-preferences>
   </portlet>
 
-<portlet>
+  <portlet>
     <description>About Jetspeed</description>
     <description xml:lang="ja">Jetspeedについて</description>
     <portlet-name>AboutJetspeed</portlet-name>
@@ -888,11 +1003,11 @@
       <keywords>about,jetspeed</keywords>
     </portlet-info>
     <portlet-preferences>
-         <preference>
-             <name>file</name>
-             <value>/WEB-INF/view/info/about.html</value>
-         </preference>
-     </portlet-preferences>   
+      <preference>
+        <name>file</name>
+        <value>/WEB-INF/view/info/about.html</value>
+      </preference>
+    </portlet-preferences>
   </portlet>
 
   <portlet>
@@ -915,22 +1030,25 @@
       <keywords>developer,development,jetspeed</keywords>
     </portlet-info>
     <portlet-preferences>
-         <preference>
-             <name>file</name>
-             <value>/WEB-INF/view/info/developers.html</value>
-         </preference>
-     </portlet-preferences>   
+      <preference>
+        <name>file</name>
+        <value>/WEB-INF/view/info/developers.html</value>
+      </preference>
+    </portlet-preferences>
   </portlet>
 
- <portlet id="CustomConfigModePortlet">    
-    <description>Provides common custom config mode edit portlet.</description>
+  <portlet id="CustomConfigModePortlet">
+    <description>Provides common custom config mode edit
+      portlet.</description>
     <portlet-name>CustomConfigModePortlet</portlet-name>
     <display-name>Custom Config Mode Portlet</display-name>
-    <portlet-class>org.apache.jetspeed.portlets.custom.CustomConfigModePortlet</portlet-class>
+    <portlet-class>
+      org.apache.jetspeed.portlets.custom.CustomConfigModePortlet</portlet-class>
     <init-param>
-       <description>This parameter sets the template used in config mode.</description>
-       <name>ConfigPage</name>
-       <value>/WEB-INF/view/custom/config-mode.vm</value>
+      <description>This parameter sets the template used in config
+        mode.</description>
+      <name>ConfigPage</name>
+      <value>/WEB-INF/view/custom/config-mode.vm</value>
     </init-param>
     <expiration-cache>0</expiration-cache>
     <supports>
@@ -938,7 +1056,8 @@
       <portlet-mode>config</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
-    <resource-bundle>org.apache.jetspeed.portlets.custom.resources.CustomConfigModeResources</resource-bundle>
+    <resource-bundle>
+      org.apache.jetspeed.portlets.custom.resources.CustomConfigModeResources</resource-bundle>
     <portlet-info>
       <title>Custom Config Mode</title>
       <short-title>Config</short-title>
@@ -947,445 +1066,544 @@
   </portlet>
 
   <portlet>
-        <description>Content Viewer displays the content of an HTML, PDF, or other file types from any where on the file system, or relative to the portlet application.</description>
-        <portlet-name>ContentViewer</portlet-name>
-        <display-name>Content Viewer</display-name>
-        <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class>
-        <init-param>
-            <name>folder</name>
-            <value>/WEB-INF</value>
-        </init-param>        
-        <init-param>
-            <name>portlet-icon</name>
-            <value>folder-remote.png</value>
-        </init-param>                                      
-        <supports>
-            <mime-type>text/html</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supports>
-            <mime-type>application/pdf</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supports>
-            <mime-type>application/zip</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-         <supports>
-            <mime-type>text/xml</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>	       
-        <supports>
-            <mime-type>text/csv</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supports>
-            <mime-type>application/vnd.ms-excel</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>				
-        <supported-locale>en</supported-locale>
-        <portlet-info>
-            <title>Content Viewer</title>
-            <short-title>Content</short-title>
-            <keywords>tools,CMS,content,viewer,file</keywords>
-        </portlet-info>
-        <portlet-preferences>
-            <preference>
-                <name>file</name>
-                <value>/_content/menu.html</value>
-            </preference>
-        </portlet-preferences>      
-   </portlet>
-   
-   <portlet>
-    <description>The User Browser displays a list of users managed in this portal. From here you can select users for editing.</description>
-    <portlet-name>JetspeedPrincipalManagementUserPortlet</portlet-name>
-    <display-name>Jetspeed Principal User Browser</display-name>
-    <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
+    <description>Content Viewer displays the content of an HTML,
+      PDF, or other file types from any where on the file system, or
+      relative to the portlet application.</description>
+    <portlet-name>ContentViewer</portlet-name>
+    <display-name>Content Viewer</display-name>
+    <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class>
     <init-param>
-      <name>wicketFilterPath</name>
-      <value>/jetspeedPrincipalManagement</value>
+      <name>folder</name>
+      <value>/WEB-INF</value>
     </init-param>
     <init-param>
-      <name>editPage</name>
-      <value>/jetspeedPrincipalManagement/builder</value>
-    </init-param>        
-    <init-param>
-      <name>principalParam</name>
-      <value>user</value>
-    </init-param>	
+      <name>portlet-icon</name>
+      <value>folder-remote.png</value>
+    </init-param>
     <supports>
-      <mime-type>*/*</mime-type>
+      <mime-type>text/html</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supports>
+      <mime-type>application/pdf</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supports>
+      <mime-type>application/zip</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supports>
+      <mime-type>text/xml</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supports>
+      <mime-type>text/csv</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supports>
+      <mime-type>application/vnd.ms-excel</mime-type>
       <portlet-mode>VIEW</portlet-mode>
-      <portlet-mode>EDIT</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <portlet-info>
-        <title>User Browser</title>
-        <short-title>Users</short-title>
-        <keywords>admin,security,users</keywords>            
+      <title>Content Viewer</title>
+      <short-title>Content</short-title>
+      <keywords>tools,CMS,content,viewer,file</keywords>
     </portlet-info>
     <portlet-preferences>
-        <preference>
-            <name>defaultRole</name>
-            <value>user</value>
-        </preference>
-        <preference>
-            <name>defaultProfile</name>
-            <value>j2</value>
-        </preference>
-        <preference>
-            <name>newUserTemplateDirectory</name>
-            <value>/_user/template</value>
-        </preference>        
-        <preference>
-     		<name>requiredRole</name>
-            <value></value>   
-        </preference>
-        <preference>
-     		<name>subsiteRootFolder</name>
-            <value>/__subsite-root/_hostname/</value>   
-        </preference>        
-        <preference>
-     		<name>defaultSubsite</name>
-            <value></value>   
-        </preference>                    
-	</portlet-preferences>    
+      <preference>
+        <name>file</name>
+        <value>/_content/menu.html</value>
+      </preference>
+    </portlet-preferences>
   </portlet>
+
   <portlet>
-    <description>The Group Browser displays a list of groups managed in this portal. From here you can select groups for editing.</description>
-    <portlet-name>JetspeedPrincipalManagementGroupPortlet</portlet-name>
-    <display-name>Jetspeed Principal Group Browser</display-name>
-    <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
+    <description>The User Browser displays a list of users managed in
+      this portal. From here you can select users for editing.</description>
+    <portlet-name>JetspeedPrincipalManagementUserPortlet</portlet-name>
+    <display-name>Jetspeed Principal User Browser</display-name>
+    <portlet-class>
+      org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
     <init-param>
       <name>wicketFilterPath</name>
       <value>/jetspeedPrincipalManagement</value>
     </init-param>
     <init-param>
+      <name>editPage</name>
+      <value>/jetspeedPrincipalManagement/builder</value>
+    </init-param>
+    <init-param>
       <name>principalParam</name>
-      <value>group</value>
-    </init-param>	
+      <value>user</value>
+    </init-param>
     <supports>
       <mime-type>*/*</mime-type>
       <portlet-mode>VIEW</portlet-mode>
+      <portlet-mode>EDIT</portlet-mode>
     </supports>
     <supported-locale>en</supported-locale>
     <portlet-info>
-        <title>Group Browser</title>
-        <short-title>Groups</short-title>
-        <keywords>admin,security,groups, group</keywords>            
+      <title>User Browser</title>
+      <short-title>Users</short-title>
+      <keywords>admin,security,users</keywords>
     </portlet-info>
-  </portlet>
-  <portlet>
-    <description>The Roles Browser displays a list of roles managed in this portal. From here you can select roles for editing.</description>
-    <portlet-name>JetspeedPrincipalManagementRolesPortlet</portlet-name>
-    <display-name>Jetspeed Principal Roles Browser</display-name>
-    <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
-    <init-param>
-      <name>wicketFilterPath</name>
-      <value>/jetspeedPrincipalManagement</value>
-    </init-param>
-    <init-param>
-      <name>principalParam</name>
-      <value>role</value>
-    </init-param>	
-    <supports>
+    <portlet-preferences>
+      <preference>
+        <name>defaultRole</name>
+        <value>user</value>
+      </preference>
+      <preference>
+        <name>defaultProfile</name>
+        <value>j2</value>
+      </preference>
+      <preference>
+        <name>newUserTemplateDirectory</name>
+        <value>/_user/template</value>
+      </preference>
+      <preference>
+        <name>requiredRole</name>
+        <value></value>
+      </preference>
+      <preference>
+        <name>subsiteRootFolder</name>
+        <value>/__subsite-root/_hostname/</value>
+      </preference>
+      <preference>
+        <name>defaultSubsite</name>
+        <value></value>
+      </preference>
+    </portlet-preferences>
+  </portlet>
+  <portlet>
+    <description>The Group Browser displays a list of groups managed
+      in this portal. From here you can select groups for editing.</description>
+    <portlet-name>JetspeedPrincipalManagementGroupPortlet</portlet-name>
+    <display-name>Jetspeed Principal Group Browser</display-name>
+    <portlet-class>
+      org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
+    <init-param>
+      <name>wicketFilterPath</name>
+      <value>/jetspeedPrincipalManagement</value>
+    </init-param>
+    <init-param>
+      <name>principalParam</name>
+      <value>group</value>
+    </init-param>
+    <supports>
       <mime-type>*/*</mime-type>
       <portlet-mode>VIEW</portlet-mode>
     </supports>
-    <supported-locale>en</supported-locale>    
+    <supported-locale>en</supported-locale>
+    <portlet-info>
+      <title>Group Browser</title>
+      <short-title>Groups</short-title>
+      <keywords>admin,security,groups, group</keywords>
+    </portlet-info>
+  </portlet>
+  <portlet>
+    <description>The Roles Browser displays a list of roles managed
+      in this portal. From here you can select roles for editing.</description>
+    <portlet-name>JetspeedPrincipalManagementRolesPortlet</portlet-name>
+    <display-name>Jetspeed Principal Roles Browser</display-name>
+    <portlet-class>
+      org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
+    <init-param>
+      <name>wicketFilterPath</name>
+      <value>/jetspeedPrincipalManagement</value>
+    </init-param>
+    <init-param>
+      <name>principalParam</name>
+      <value>role</value>
+    </init-param>
+    <supports>
+      <mime-type>*/*</mime-type>
+      <portlet-mode>VIEW</portlet-mode>
+    </supports>
+    <supported-locale>en</supported-locale>
     <portlet-info>
-        <title>Role Browser</title>
-        <short-title>Roles</short-title>
-        <keywords>admin,security,roles,role</keywords>            
-    </portlet-info>
-   </portlet>
-
-    <portlet>
-        <description>Profiler Administration</description>
-        <portlet-name>WicketProfilerAdmin</portlet-name>
-        <display-name>Profiler Administration</display-name>
-        <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
-        <init-param>
-            <name>wicketFilterPath</name>
-            <value>/profileradmin</value>
-        </init-param>
-        <supports>
-            <mime-type>*/*</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supported-locale>en</supported-locale>
-        <!--<resource-bundle>org.apache.jetspeed.portlets.security.JetspeedPrincipalManagementUsers</resource-bundle> -->
-        <portlet-info>
-            <title>Profiler Admin</title>
-            <short-title>ProfilerAdmin</short-title>
-            <keywords>admin,profiler</keywords>            
-        </portlet-info>
-    </portlet>
-
-<!-- 
-    <portlet>
-        <description>Portlet Tracking Portlet</description>
-        <portlet-name>WicketPortletTrackingPortlet</portlet-name>
-        <display-name>Portlet Tracking Portlet</display-name>
-        <portlet-class>org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class>
-        <init-param>
-            <name>wicketFilterPath</name>
-            <value>/portlettracking</value>
-        </init-param>
-        <supports>
-            <mime-type>*/*</mime-type>
-            <portlet-mode>VIEW</portlet-mode>
-        </supports>
-        <supported-locale>en</supported-locale>
-        <portlet-info>
-            <title>Portlet Tracking Portlet</title>
-            <short-title>PortletTracking</short-title>
-            <keywords>admin,tracking</keywords>            
-        </portlet-info>
-    </portlet>
--->
+      <title>Role Browser</title>
+      <short-title>Roles</short-title>

[... 1242 lines stripped ...]


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