You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2009/05/07 08:44:12 UTC

svn commit: r772518 - in /myfaces/trinidad/branches/1.2.11.1-branch: trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/ trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/

Author: matzew
Date: Thu May  7 06:44:10 2009
New Revision: 772518

URL: http://svn.apache.org/viewvc?rev=772518&view=rev
Log:
TRINIDAD-1467 - missing _en stub resources in trinidad-api and trinidad-impl.jar

added new, empty classes to have better english support

Added:
    myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/LoggerBundle_en.java
    myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/MessageBundle_en.java
    myfaces/trinidad/branches/1.2.11.1-branch/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/LoggerBundle_en.java

Added: myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/LoggerBundle_en.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/LoggerBundle_en.java?rev=772518&view=auto
==============================================================================
--- myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/LoggerBundle_en.java (added)
+++ myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/LoggerBundle_en.java Thu May  7 06:44:10 2009
@@ -0,0 +1,27 @@
+/*
+ *  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.
+ */
+package org.apache.myfaces.trinidad.resource;
+
+/**
+ * Empty class to ensure that English locale pages
+ * appear as English even on non-English systems.
+ */
+public class LoggerBundle_en extends LoggerBundle
+{
+}

Added: myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/MessageBundle_en.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/MessageBundle_en.java?rev=772518&view=auto
==============================================================================
--- myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/MessageBundle_en.java (added)
+++ myfaces/trinidad/branches/1.2.11.1-branch/trinidad-api/src/main/java/org/apache/myfaces/trinidad/resource/MessageBundle_en.java Thu May  7 06:44:10 2009
@@ -0,0 +1,27 @@
+/*
+ *  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.
+ */
+package org.apache.myfaces.trinidad.resource;
+
+/**
+ * Empty class to ensure that English locale pages
+ * appear as English even on non-English systems.
+ */
+public class MessageBundle_en extends MessageBundle
+{
+}

Added: myfaces/trinidad/branches/1.2.11.1-branch/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/LoggerBundle_en.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.11.1-branch/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/LoggerBundle_en.java?rev=772518&view=auto
==============================================================================
--- myfaces/trinidad/branches/1.2.11.1-branch/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/LoggerBundle_en.java (added)
+++ myfaces/trinidad/branches/1.2.11.1-branch/trinidad-impl/src/main/java/org/apache/myfaces/trinidadinternal/resource/LoggerBundle_en.java Thu May  7 06:44:10 2009
@@ -0,0 +1,27 @@
+/*
+ *  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.
+ */
+package org.apache.myfaces.trinidadinternal.resource;
+
+/**
+ * Empty class to ensure that English locale pages
+ * appear as English even on non-English systems.
+ */
+public class LoggerBundle_en extends LoggerBundle
+{
+}