You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2008/04/05 15:49:09 UTC

svn commit: r645102 - /myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml

Author: imario
Date: Sat Apr  5 06:49:08 2008
New Revision: 645102

URL: http://svn.apache.org/viewvc?rev=645102&view=rev
Log:
removed converter which is not included in the project

Modified:
    myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml

Modified: myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml?rev=645102&r1=645101&r2=645102&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml (original)
+++ myfaces/orchestra/trunk/core15/src/main/resources/META-INF/faces-config.xml Sat Apr  5 06:49:08 2008
@@ -24,8 +24,4 @@
   "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
 
 <faces-config>
-    <converter>
-        <converter-for-class>java.lang.Enum</converter-for-class>
-        <converter-class>org.apache.myfaces.orchestra.converter.enumeration.EnumConverter</converter-class>
-    </converter>
 </faces-config>