You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2005/12/06 17:09:47 UTC

svn commit: r354457 - /incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml

Author: weber
Date: Tue Dec  6 08:09:36 2005
New Revision: 354457

URL: http://svn.apache.org/viewcvs?rev=354457&view=rev
Log:
remove AjaxPhaseListener, is already in tobago-core

Modified:
    incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml

Modified: incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml?rev=354457&r1=354456&r2=354457&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml Tue Dec  6 08:09:36 2005
@@ -46,7 +46,6 @@
     <phase-listener>
       org.apache.myfaces.tobago.example.demo.overview.SynchronizeNavigationPhaseListener
     </phase-listener>    
-    <phase-listener>org.apache.myfaces.tobago.ajax.api.AjaxPhaseListener</phase-listener>
   </lifecycle>
 
   <!-- miniHowto -->