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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:19:56 EDT 2007


  User: nrichards
  Date: 07/04/03 14:19:56

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  update for 4.2
  
  Revision  Changes    Path
  1.41      +1 -9      jboss-seam/examples/booking/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/booking/resources/WEB-INF/web.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- web.xml	16 Mar 2007 05:44:40 -0000	1.40
  +++ web.xml	3 Apr 2007 18:19:56 -0000	1.41
  @@ -76,17 +76,9 @@
           <url-pattern>*.seam</url-pattern>
       </servlet-mapping>
       
  -    <!-- MyFaces -->
  -    <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  -    </listener>
  - 
  -    <!-- JSF RI -->
  -    <!--
       <listener>
           <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener> 
  -    -->
       
       <session-config>
           <session-timeout>10</session-timeout> 
  
  
  



More information about the jboss-cvs-commits mailing list