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

Norman Richards norman.richards at jboss.com
Wed Apr 4 14:47:02 EDT 2007


  User: nrichards
  Date: 07/04/04 14:47:02

  Modified:    examples/todo/resources/WEB-INF  web.xml
  Log:
  update 4.2
  
  Revision  Changes    Path
  1.9       +16 -18    jboss-seam/examples/todo/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/todo/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	16 Mar 2007 05:47:05 -0000	1.8
  +++ web.xml	4 Apr 2007 18:47:02 -0000	1.9
  @@ -21,10 +21,8 @@
           <url-pattern>/*</url-pattern>
       </filter-mapping>
           
  -    <!-- MyFaces -->
  -
       <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
       
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list