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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:22:58 EDT 2007


  User: nrichards
  Date: 07/04/03 14:22:58

  Modified:    examples/blog/resources/WEB-INF  web.xml
  Log:
  update blog example for 4.2
  
  Revision  Changes    Path
  1.15      +2 -2      jboss-seam/examples/blog/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/blog/resources/WEB-INF/web.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- web.xml	16 Mar 2007 05:44:33 -0000	1.14
  +++ web.xml	3 Apr 2007 18:22:58 -0000	1.15
  @@ -46,7 +46,7 @@
       </servlet-mapping>
   
       <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
   
       <session-config>
  
  
  



More information about the jboss-cvs-commits mailing list