You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/01/04 12:12:52 UTC

svn commit: r492521 - in /myfaces/tomahawk/trunk: core/src/main/resources-facesconfig/META-INF/faces-config.xml sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Author: cagatay
Date: Thu Jan  4 03:12:47 2007
New Revision: 492521

URL: http://svn.apache.org/viewvc?view=rev&rev=492521
Log:
svn move of sandbox selectitems faces-config definition related to TOMAHAWK-805

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml

Modified: myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml?view=diff&rev=492521&r1=492520&r2=492521
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources-facesconfig/META-INF/faces-config.xml Thu Jan  4 03:12:47 2007
@@ -387,6 +387,11 @@
         <component-class>org.apache.myfaces.custom.stylesheet.Stylesheet</component-class>
     </component>
     
+    <component>
+	    <component-type>org.apache.myfaces.UISelectItems</component-type>
+    	<component-class>org.apache.myfaces.custom.selectitems.UISelectItems</component-class>
+	</component>
+    
 
     <!-- additional "by type" converters -->
 

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml?view=diff&rev=492521&r1=492520&r2=492521
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml Thu Jan  4 03:12:47 2007
@@ -210,11 +210,6 @@
   </component>
 
   <component>
-    <component-type>org.apache.myfaces.UISelectItems</component-type>
-    <component-class>org.apache.myfaces.custom.selectitems.UISelectItems</component-class>
-  </component>
-
-  <component>
     <component-type>org.apache.myfaces.PPRPanelGroup</component-type>
     <component-class>org.apache.myfaces.custom.ppr.PPRPanelGroup</component-class>
   </component>