[richfaces-svn-commits] JBoss Rich Faces SVN: r15826 - root/ui/trunk/components/core/src/main/resources/META-INF.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 4 19:45:08 EST 2009


Author: nbelaevski
Date: 2009-11-04 19:45:08 -0500 (Wed, 04 Nov 2009)
New Revision: 15826

Added:
   root/ui/trunk/components/core/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml
Removed:
   root/ui/trunk/components/core/src/main/resources/META-INF/behaviors.faces-config.xml
Log:
Renamed faces-config.xml for behaviors handler

Copied: root/ui/trunk/components/core/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml (from rev 15753, root/ui/trunk/components/core/src/main/resources/META-INF/behaviors.faces-config.xml)
===================================================================
--- root/ui/trunk/components/core/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml	                        (rev 0)
+++ root/ui/trunk/components/core/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml	2009-11-05 00:45:08 UTC (rev 15826)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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.ajax4jsf.facelets.tag.BehaviorsTagHandlerDelegateFactoryImpl</tag-handler-delegate-factory>
+	</factory>
+	
+</faces-config>
\ No newline at end of file

Deleted: root/ui/trunk/components/core/src/main/resources/META-INF/behaviors.faces-config.xml
===================================================================
--- root/ui/trunk/components/core/src/main/resources/META-INF/behaviors.faces-config.xml	2009-11-05 00:39:05 UTC (rev 15825)
+++ root/ui/trunk/components/core/src/main/resources/META-INF/behaviors.faces-config.xml	2009-11-05 00:45:08 UTC (rev 15826)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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.ajax4jsf.facelets.tag.BehaviorsTagHandlerDelegateFactoryImpl</tag-handler-delegate-factory>
-	</factory>
-	
-</faces-config>
\ No newline at end of file



More information about the richfaces-svn-commits mailing list