[pal-cvs 3696] [1431] modified portlet definition.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 11月 25日 (火) 09:37:27 JST


Revision: 1431
          http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1431
Author:   shinsuke
Date:     2008-11-25 09:37:26 +0900 (Tue, 25 Nov 2008)

Log Message:
-----------
modified portlet definition.

Modified Paths:
--------------
    userinfo/trunk/src/main/webapp/WEB-INF/portlet.xml


-------------- next part --------------
Modified: userinfo/trunk/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- userinfo/trunk/src/main/webapp/WEB-INF/portlet.xml	2008-11-25 00:34:38 UTC (rev 1430)
+++ userinfo/trunk/src/main/webapp/WEB-INF/portlet.xml	2008-11-25 00:37:26 UTC (rev 1431)
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<portlet-app version="1.0">
+<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
   <portlet>
+    <description>Edit configurations.</description>
+    <description xml:lang="ja">設定を編集します。</description>
     <portlet-name>UserInfoConfig</portlet-name>
-    <display-name>UserInfo: UserInfo Configuration</display-name>
-    <description>Edit configurations.</description>
+    <display-name>UserInfo: Configuration</display-name>
+    <display-name xml:lang="ja">ユーザー情報: 設定</display-name>
     <portlet-class>org.seasar.struts.portlet.SAStrutsPortlet</portlet-class>
     <init-param>
       <name>viewPage</name>
@@ -16,16 +18,19 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
+<!-- resource-bundle></resource-bundle -->
     <portlet-info>
-      <title>UserInfo Configuration</title>
+      <title>UserInfo Config</title>
       <short-title>Config</short-title>
       <keywords>UserInfo,URL</keywords>
     </portlet-info>
   </portlet>
   <portlet>
+    <description>Edit user information.</description>
+    <description xml:lang="ja">Edit user information.</description>
     <portlet-name>UserInfoManager</portlet-name>
     <display-name>UserInfo: UserInfo Manager</display-name>
-    <description>Edit user information.</description>
+    <display-name xml:lang="ja">ユーザー情報: ユーザー情報管理</display-name>
     <portlet-class>org.seasar.struts.portlet.SAStrutsPortlet</portlet-class>
     <init-param>
       <name>viewPage</name>
@@ -38,6 +43,7 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
+<!-- resource-bundle></resource-bundle -->
     <portlet-info>
       <title>UserInfo Manager</title>
       <short-title>UserInfos</short-title>


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