[pal-cvs 3689] [1424] added xml namespace.

Back to archive index

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


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

Log Message:
-----------
added xml namespace.

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


-------------- next part --------------
Modified: addresslist/trunk/src/main/webapp/WEB-INF/portlet.xml
===================================================================
--- addresslist/trunk/src/main/webapp/WEB-INF/portlet.xml	2008-11-25 00:03:49 UTC (rev 1423)
+++ addresslist/trunk/src/main/webapp/WEB-INF/portlet.xml	2008-11-25 00:04:48 UTC (rev 1424)
@@ -1,5 +1,5 @@
 <?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>
@@ -18,7 +18,7 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <!-- resource-bundle></resource-bundle -->
+<!-- resource-bundle></resource-bundle -->
     <portlet-info>
       <title>AddressList Config</title>
       <short-title>Config</short-title>
@@ -43,7 +43,7 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <!-- resource-bundle></resource-bundle -->
+<!-- resource-bundle></resource-bundle -->
     <portlet-info>
       <title>Address List</title>
       <short-title>AddressLists</short-title>
@@ -68,7 +68,7 @@
     </supports>
     <supported-locale>en</supported-locale>
     <supported-locale>ja</supported-locale>
-    <!-- resource-bundle></resource-bundle -->
+<!-- resource-bundle></resource-bundle -->
     <portlet-info>
       <title>AddressList Manager</title>
       <short-title>AddressLists</short-title>


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