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

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


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

  Modified:    examples/mail/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.7       +0 -4      jboss-seam/examples/mail/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/mail/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	26 Jun 2007 19:58:42 -0000	1.6
  +++ web.xml	27 Jun 2007 02:21:38 -0000	1.7
  @@ -30,10 +30,6 @@
           <param-value>true</param-value>
       </context-param>
   
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener>
  -    
       <servlet>
           <servlet-name>Faces Servlet</servlet-name>
           <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
  
  
  



More information about the jboss-cvs-commits mailing list