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

svn commit: r600394 - /myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml

Author: bommel
Date: Sun Dec  2 14:25:01 2007
New Revision: 600394

URL: http://svn.apache.org/viewvc?rev=600394&view=rev
Log:
next steps

Modified:
    myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml

Modified: myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml?rev=600394&r1=600393&r2=600394&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/src/main/maven-faces-plugin/converters/commons/Enum.xml Sun Dec  2 14:25:01 2007
@@ -20,8 +20,7 @@
 -->
 <faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:mcc="http://myfaces.apache.org/commons/converters"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin">
   <converter>
     <converter-id>org.apache.myfaces.commons.converter.Enum</converter-id>
     <converter-class>org.apache.myfaces.commons.converter.EnumConverter</converter-class>