Author: dblevins
Date: Sun Sep 25 09:27:22 2011
New Revision: 1175347

URL: http://svn.apache.org/viewvc?rev=1175347&view=rev
Log:
test faces-config.xml

Added:
    
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml

Added: 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml?rev=1175347&view=auto
==============================================================================
--- 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml
 (added)
+++ 
openejb/trunk/openejb3/container/openejb-jee/src/test/resources/jsf/1_1_dtd/faces-config.xml
 Sun Sep 25 09:27:22 2011
@@ -0,0 +1,35 @@
+<!DOCTYPE faces-config
+PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
+"http://java.sun.com/dtd/web-facesconfig_1_1.dtd";>
+
+<!--
+
+    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.
+-->
+
+<faces-config>
+    <application>
+        
<message-bundle>com.sun.ts.tests.jsf.spec.resource.common.messages</message-bundle>
+        <locale-config>
+            <default-locale>en</default-locale>
+            <supported-locale>en</supported-locale>
+            <supported-locale>de</supported-locale>
+            <supported-locale>fr</supported-locale>
+        </locale-config>
+    </application>
+    <navigation-rule>
+    </navigation-rule>
+</faces-config>
\ No newline at end of file


Reply via email to