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

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


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

  Modified:    examples/seambay/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.6       +1 -5      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	26 Jun 2007 19:58:44 -0000	1.5
  +++ web.xml	27 Jun 2007 02:21:40 -0000	1.6
  @@ -31,10 +31,6 @@
         <url-pattern>/seam/resource/*</url-pattern>
       </servlet-mapping>    
   
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener>     
  -
       <context-param>
           <param-name>facelets.DEVELOPMENT</param-name>
           <param-value>true</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list