You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/09/06 22:58:22 UTC

svn commit: r1165838 - /myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml

Author: lu4242
Date: Tue Sep  6 20:58:22 2011
New Revision: 1165838

URL: http://svn.apache.org/viewvc?rev=1165838&view=rev
Log:
small fix remove duplicate reference to exception-handler-factory

Modified:
    myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml

Modified: myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml?rev=1165838&r1=1165837&r2=1165838&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml (original)
+++ myfaces/core/branches/2.0.x/impl/src/main/conf/META-INF/standard-faces-config-base.xml Tue Sep  6 20:58:22 2011
@@ -48,7 +48,6 @@
       <visit-context-factory>org.apache.myfaces.component.visit.VisitContextFactoryImpl</visit-context-factory>
       <view-declaration-language-factory>org.apache.myfaces.view.ViewDeclarationLanguageFactoryImpl</view-declaration-language-factory>
       <tag-handler-delegate-factory>org.apache.myfaces.view.facelets.tag.jsf.TagHandlerDelegateFactoryImpl</tag-handler-delegate-factory>
-      <exception-handler-factory>org.apache.myfaces.context.ExceptionHandlerFactoryImpl</exception-handler-factory>
    </factory>
    
    <!-- behaviors by id -->