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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:39:57 EDT 2007


  User: nrichards
  Date: 07/04/03 14:39:57

  Modified:    examples/numberguess/resources/WEB-INF  web.xml
  Log:
  update numberguess for jboss 4.2
  
  Revision  Changes    Path
  1.11      +2 -3      jboss-seam/examples/numberguess/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/numberguess/resources/WEB-INF/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- web.xml	16 Mar 2007 05:46:16 -0000	1.10
  +++ web.xml	3 Apr 2007 18:39:57 -0000	1.11
  @@ -22,9 +22,8 @@
       </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