Author: struberg
Date: Wed Jul 21 13:34:23 2010
New Revision: 966221

URL: http://svn.apache.org/viewvc?rev=966221&view=rev
Log:
OWB-409 create a name for OWB our faces-config.xml

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

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=966221&r1=966220&r2=966221&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 
Wed Jul 21 13:34:23 2010
@@ -18,19 +18,23 @@ specific language governing permissions 
 under the License.
 -->
 <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee";
- xmlns:xi="http://www.w3.org/2001/XInclude";
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd";>
- 
- <factory>
-      
<application-factory>org.apache.webbeans.jsf.OwbApplicationFactory</application-factory>
-   </factory>
- 
- <application>
-  
<view-handler>org.apache.webbeans.jsf.ConversationAwareViewHandler</view-handler>
-  <el-resolver>org.apache.webbeans.el.WebBeansELResolver</el-resolver>
- </application>
- <lifecycle>
-  
<phase-listener>org.apache.webbeans.jsf.WebBeansPhaseListener</phase-listener>
- </lifecycle>
+              xmlns:xi="http://www.w3.org/2001/XInclude";
+              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd";>
+
+    <name>org_apache_openwebbeans</name>
+
+    <factory>
+        
<application-factory>org.apache.webbeans.jsf.OwbApplicationFactory</application-factory>
+    </factory>
+
+    <application>
+        
<view-handler>org.apache.webbeans.jsf.ConversationAwareViewHandler</view-handler>
+        <el-resolver>org.apache.webbeans.el.WebBeansELResolver</el-resolver>
+    </application>
+
+    <lifecycle>
+        
<phase-listener>org.apache.webbeans.jsf.WebBeansPhaseListener</phase-listener>
+    </lifecycle>
+
 </faces-config>


Reply via email to