[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Gavin King gavin.king at jboss.com
Fri Jun 15 03:28:08 EDT 2007


  User: gavin   
  Date: 07/06/15 03:28:08

  Modified:    examples/wiki/src/etc/WEB-INF  faces-config.xml
  Log:
  auto-install SeamPhaseListener
  
  Revision  Changes    Path
  1.8       +0 -4      jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/faces-config.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- faces-config.xml	30 May 2007 16:58:37 -0000	1.7
  +++ faces-config.xml	15 Jun 2007 07:28:08 -0000	1.8
  @@ -4,10 +4,6 @@
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
   
  -    <lifecycle>
  -        <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener>
  -    </lifecycle>
  -
       <!-- Why do I have to define this here again? It's already in wiki.taglib.xml! -->
       <component>
       	<component-type>org.jboss.seam.wiki.core.ui.UIPlugin</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list