[portal-commits] JBoss Portal SVN: r9066 - in branches/JBoss_Portal_Branch_2_6/core-identity/src/resources: portal-identity-war/WEB-INF and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Wed Nov 21 11:02:30 EST 2007


Author: thomas.heute at jboss.com
Date: 2007-11-21 11:02:30 -0500 (Wed, 21 Nov 2007)
New Revision: 9066

Removed:
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_de.properties
Modified:
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/portlet.xml
Log:
- Claims identity supported languages.
- Removed dummy german translation

Deleted: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_de.properties
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_de.properties	2007-11-21 15:09:41 UTC (rev 9065)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-sar/conf/bundles/Identity_de.properties	2007-11-21 16:02:30 UTC (rev 9066)
@@ -1,25 +0,0 @@
-################################################################################
-# JBoss, a division of Red Hat                                                 #
-# Copyright 2006, Red Hat Middleware, LLC, and individual                      #
-# contributors as indicated by the @authors tag. See the                       #
-# copyright.txt in the distribution for a full listing of                      #
-# individual contributors.                                                     #
-#                                                                              #
-# This is free software; you can redistribute it and/or modify it              #
-# under the terms of the GNU Lesser General Public License as                  #
-# published by the Free Software Foundation; either version 2.1 of             #
-# the License, or (at your option) any later version.                          #
-#                                                                              #
-# This software is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of               #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU             #
-# Lesser General Public License for more details.                              #
-#                                                                              #
-# You should have received a copy of the GNU Lesser General Public             #
-# License along with this software; if not, write to the Free                  #
-# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA           #
-# 02110-1301 USA, or see the FSF site: http://www.fsf.org.                     #
-################################################################################
-
-IDENTITY_WELCOME=Willkommen
-IDENTITY_VIEW_PROFILE_TITLE=Profilansicht
\ No newline at end of file

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/portlet.xml	2007-11-21 15:09:41 UTC (rev 9065)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/portlet.xml	2007-11-21 16:02:30 UTC (rev 9066)
@@ -42,6 +42,9 @@
          <mime-type>text/html</mime-type>
          <portlet-mode>VIEW</portlet-mode>
       </supports>
+      <supported-locale>fr</supported-locale>
+      <supported-locale>en</supported-locale>
+      <supported-locale>it</supported-locale>
       <portlet-info>
          <title>User portlet</title>
          <keywords>management,user</keywords>
@@ -81,6 +84,9 @@
          <mime-type>text/html</mime-type>
          <portlet-mode>EDIT</portlet-mode>
       </supports>
+      <supported-locale>fr</supported-locale>
+      <supported-locale>en</supported-locale>
+      <supported-locale>it</supported-locale>
       <portlet-info>
          <title>User management portlet</title>
          <keywords>management,admin</keywords>




More information about the portal-commits mailing list