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

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


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

  Modified:    examples/ui/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.12      +0 -4      jboss-seam/examples/ui/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/ui/resources/WEB-INF/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	26 Jun 2007 19:58:45 -0000	1.11
  +++ web.xml	27 Jun 2007 02:21:42 -0000	1.12
  @@ -39,10 +39,6 @@
           <url-pattern>/*</url-pattern>
       </filter-mapping>
    
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener>
  -    
       <context-param>
           <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
           <param-value>.xhtml</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list