[jboss-svn-commits] JBL Code SVN: r27484 - labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jul 3 06:20:05 EDT 2009
Author: mmusgrov
Date: 2009-07-03 06:20:05 -0400 (Fri, 03 Jul 2009)
New Revision: 27484
Added:
labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en.properties
labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr.properties
Removed:
labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties
labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties
Log:
Drop dialects extensions from the resource bundles (using _US stops users with LANG=en_GB from building the source)
JBTM-576
Copied: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en.properties (from rev 27480, labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties)
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en.properties (rev 0)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en.properties 2009-07-03 10:20:05 UTC (rev 27484)
@@ -0,0 +1,23 @@
+#
+# JBoss, Home of Professional Open Source
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
+# See the copyright.txt in the distribution for a
+# full listing of individual contributors.
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU Lesser General Public License, v. 2.1.
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# 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,
+# v.2.1 along with this distribution; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+# (C) 2005-2006,
+# @author JBoss Inc.
+#
+FATAL_Message = This is a Fatal message
+INFO_Message = This is an Info message
+IDENTIFICATION = The FirstName is {0} and the LastName is {1}
Property changes on: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en.properties
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties 2009-07-03 10:10:04 UTC (rev 27483)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_en_US.properties 2009-07-03 10:20:05 UTC (rev 27484)
@@ -1,23 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# 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,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-FATAL_Message = This is a Fatal message
-INFO_Message = This is an Info message
-IDENTIFICATION = The FirstName is {0} and the LastName is {1}
Copied: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr.properties (from rev 27480, labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties)
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr.properties (rev 0)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr.properties 2009-07-03 10:20:05 UTC (rev 27484)
@@ -0,0 +1,23 @@
+#
+# JBoss, Home of Professional Open Source
+# Copyright 2006, Red Hat Middleware LLC, and individual contributors
+# as indicated by the @author tags.
+# See the copyright.txt in the distribution for a
+# full listing of individual contributors.
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU Lesser General Public License, v. 2.1.
+# This program is distributed in the hope that it will be useful, but WITHOUT A
+# 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,
+# v.2.1 along with this distribution; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
+#
+# (C) 2005-2006,
+# @author JBoss Inc.
+#
+FATAL_Message = Ceci est un message Fatal
+INFO_Message = Ceci est un message pour information
+IDENTIFICATION = le prenom est {0} et le nom est {1}
Property changes on: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr.properties
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties
===================================================================
--- labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties 2009-07-03 10:10:04 UTC (rev 27483)
+++ labs/jbosstm/trunk/common/tests/com/hp/mwtests/commonlogging/i18n/logging_msg_fr_FR.properties 2009-07-03 10:20:05 UTC (rev 27484)
@@ -1,23 +0,0 @@
-#
-# JBoss, Home of Professional Open Source
-# Copyright 2006, Red Hat Middleware LLC, and individual contributors
-# as indicated by the @author tags.
-# See the copyright.txt in the distribution for a
-# full listing of individual contributors.
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions
-# of the GNU Lesser General Public License, v. 2.1.
-# This program is distributed in the hope that it will be useful, but WITHOUT A
-# 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,
-# v.2.1 along with this distribution; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
-#
-# (C) 2005-2006,
-# @author JBoss Inc.
-#
-FATAL_Message = Ceci est un message Fatal
-INFO_Message = Ceci est un message pour information
-IDENTIFICATION = le prenom est {0} et le nom est {1}
More information about the jboss-svn-commits
mailing list