[jboss-cvs] jboss-seam/examples/booking/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Tue Jun 26 22:21:36 EDT 2007


  User: gavin   
  Date: 07/06/26 22:21:36

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.45      +0 -4      jboss-seam/examples/booking/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -b -r1.44 -r1.45
  --- web.xml	26 Jun 2007 19:58:39 -0000	1.44
  +++ web.xml	27 Jun 2007 02:21:36 -0000	1.45
  @@ -62,10 +62,6 @@
           <url-pattern>*.seam</url-pattern>
       </servlet-mapping>
       
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener> 
  -
       <session-config>
           <session-timeout>10</session-timeout> 
       </session-config>    
  
  
  



More information about the jboss-cvs-commits mailing list