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

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


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

  Modified:    examples/groovybooking/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.5       +0 -11     jboss-seam/examples/groovybooking/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/groovybooking/resources/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- web.xml	26 Jun 2007 19:58:39 -0000	1.4
  +++ web.xml	27 Jun 2007 02:21:37 -0000	1.5
  @@ -42,17 +42,6 @@
         <url-pattern>/seam/resource/*</url-pattern>
      </servlet-mapping>
      
  -   <!-- MyFaces -->   
  -
  -   <!-- listener>
  -      <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  -   </listener -->
  -
  -    <!-- JSF RI -->
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener>
  -   
      <!-- Facelets development mode (disable in production) -->
      
      <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list