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

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


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

  Modified:    examples/seamspace/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.19      +1 -5      jboss-seam/examples/seamspace/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/seamspace/resources/WEB-INF/web.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- web.xml	26 Jun 2007 19:58:44 -0000	1.18
  +++ web.xml	27 Jun 2007 02:21:41 -0000	1.19
  @@ -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