Author: nbelaevski
Date: 2011-02-18 13:00:36 -0500 (Fri, 18 Feb 2011)
New Revision: 21780
Added:
trunk/ui/common/ui/src/main/resources/META-INF/faces-config.xml
Modified:
trunk/ui/core/ui/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml
Log:
https://issues.jboss.org/browse/RF-10543
Added: trunk/ui/common/ui/src/main/resources/META-INF/faces-config.xml
===================================================================
--- trunk/ui/common/ui/src/main/resources/META-INF/faces-config.xml
(rev 0)
+++ trunk/ui/common/ui/src/main/resources/META-INF/faces-config.xml 2011-02-18 18:00:36
UTC (rev 21780)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- This file is for the only purpose of defining name that will be used in the
assembled file -->
+<faces-config
xmlns="http://java.sun.com/xml/ns/javaee"
+ version="2.0">
+
+ <name>richfaces_ui</name>
+
+</faces-config>
\ No newline at end of file
Modified:
trunk/ui/core/ui/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml
===================================================================
---
trunk/ui/core/ui/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml 2011-02-18
18:00:24 UTC (rev 21779)
+++
trunk/ui/core/ui/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml 2011-02-18
18:00:36 UTC (rev 21780)
@@ -3,14 +3,6 @@
<faces-config
xmlns="http://java.sun.com/xml/ns/javaee"
version="2.0">
- <name>richfaces</name>
-
- <ordering>
- <before>
- <others />
- </before>
- </ordering>
-
<factory>
<tag-handler-delegate-factory>org.richfaces.view.facelets.html.BehaviorsTagHandlerDelegateFactoryImpl</tag-handler-delegate-factory>
</factory>