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

Gavin King gavin.king at jboss.com
Tue Jun 26 23:00:20 EDT 2007


  User: gavin   
  Date: 07/06/26 23:00:20

  Modified:    examples/dvdstore/resources/WEB-INF  web.xml
  Log:
  use the new package
  
  Revision  Changes    Path
  1.27      +1 -1      jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF/web.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- web.xml	27 Jun 2007 02:21:37 -0000	1.26
  +++ web.xml	27 Jun 2007 03:00:20 -0000	1.27
  @@ -21,7 +21,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>
  
  
  



More information about the jboss-cvs-commits mailing list