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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:32:08 EDT 2007


  User: nrichards
  Date: 07/04/03 14:32:08

  Modified:    examples/seampay/resources/WEB-INF  web.xml
  Log:
  update seampay for jboss 4.2
  
  Revision  Changes    Path
  1.7       +2 -4      jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	16 Mar 2007 05:46:37 -0000	1.6
  +++ web.xml	3 Apr 2007 18:32:08 -0000	1.7
  @@ -38,10 +38,8 @@
           <param-value>true</param-value>
       </context-param>
   
  -    <!-- 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