[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

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


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

  Modified:    seam-gen/resources/WEB-INF  web.xml
  Log:
  update
  
  Revision  Changes    Path
  1.14      +1 -5      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- web.xml	26 Jun 2007 19:59:37 -0000	1.13
  +++ web.xml	27 Jun 2007 03:21:41 -0000	1.14
  @@ -24,7 +24,7 @@
       
       <filter>
           <filter-name>Seam Filter</filter-name>
  -        <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
  +        <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
       </filter>
   
       <filter-mapping>
  @@ -42,10 +42,6 @@
         <url-pattern>/seam/resource/*</url-pattern>
      </servlet-mapping>
      
  -   <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