[jboss-cvs] jboss-seam/examples/hibernate2/resources/glassfish ...

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


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

  Modified:    examples/hibernate2/resources/glassfish  web.xml
  Log:
  use the new package
  
  Revision  Changes    Path
  1.8       +1 -1      jboss-seam/examples/hibernate2/resources/glassfish/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/resources/glassfish/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	26 Jun 2007 23:03:19 -0000	1.7
  +++ web.xml	27 Jun 2007 03:00:21 -0000	1.8
  @@ -3,7 +3,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