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 2009/05/30 06:18:29 UTC

svn commit: r780171 - /myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml

Author: lu4242
Date: Sat May 30 04:18:27 2009
New Revision: 780171

URL: http://svn.apache.org/viewvc?rev=780171&view=rev
Log:
activate ServeResourcePhaseListener, as it is on tomahawk core

Modified:
    myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml

Modified: myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml?rev=780171&r1=780170&r2=780171&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml (original)
+++ myfaces/tomahawk/trunk/core12/src/main/conf/META-INF/faces-config-base.xml Sat May 30 04:18:27 2009
@@ -25,9 +25,9 @@
               version="1.2">
 
   <lifecycle>
-      <!-- 
+
       <phase-listener>org.apache.myfaces.webapp.filter.ServeResourcePhaseListener</phase-listener>
-       -->
+
       <phase-listener>org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener</phase-listener>
       <!-- This PhaseListener is only necessary if the autoscroll feature is used -->
       <phase-listener>org.apache.myfaces.renderkit.html.util.AutoScrollPhaseListener</phase-listener>