Author: gpetracek
Date: Fri Apr 12 22:32:27 2013
New Revision: 1467498

URL: http://svn.apache.org/r1467498
Log:
OWB-817 separated config

Added:
    
openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/faces-config.xml
    
openwebbeans/trunk/webbeans-el22/src/main/resources/META-INF/faces-config.xml
Modified:
    openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml
    
openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/faces-config.xml

Added: 
openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/faces-config.xml?rev=1467498&view=auto
==============================================================================
--- 
openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/faces-config.xml 
(added)
+++ 
openwebbeans/trunk/webbeans-el10/src/main/resources/META-INF/faces-config.xml 
Fri Apr 12 22:32:27 2013
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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>
+               <el-resolver>org.apache.webbeans.el10.EL10Resolver</el-resolver>
+       </application>
+</faces-config>

Added: 
openwebbeans/trunk/webbeans-el22/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el22/src/main/resources/META-INF/faces-config.xml?rev=1467498&view=auto
==============================================================================
--- 
openwebbeans/trunk/webbeans-el22/src/main/resources/META-INF/faces-config.xml 
(added)
+++ 
openwebbeans/trunk/webbeans-el22/src/main/resources/META-INF/faces-config.xml 
Fri Apr 12 22:32:27 2013
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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>
+        <el-resolver>org.apache.webbeans.el22.WebBeansELResolver</el-resolver>
+    </application>
+</faces-config>

Modified: 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml?rev=1467498&r1=1467497&r2=1467498&view=diff
==============================================================================
--- 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml 
(original)
+++ 
openwebbeans/trunk/webbeans-jsf/src/main/resources/META-INF/faces-config.xml 
Fri Apr 12 22:32:27 2013
@@ -30,7 +30,6 @@ under the License.
 
     <application>
         
<view-handler>org.apache.webbeans.jsf.ConversationAwareViewHandler</view-handler>
-        <el-resolver>org.apache.webbeans.el22.WebBeansELResolver</el-resolver>
     </application>
 
     <lifecycle>

Modified: 
openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/faces-config.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/faces-config.xml?rev=1467498&r1=1467497&r2=1467498&view=diff
==============================================================================
--- 
openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/faces-config.xml 
(original)
+++ 
openwebbeans/trunk/webbeans-jsf12/src/main/resources/META-INF/faces-config.xml 
Fri Apr 12 22:32:27 2013
@@ -24,7 +24,6 @@
 
        <application>
                
<view-handler>org.apache.webbeans.jsf12.ConversationAwareViewHandler</view-handler>
-               <el-resolver>org.apache.webbeans.el10.EL10Resolver</el-resolver>
        </application>
 
        <lifecycle>


Reply via email to