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

Gavin King gavin.king at jboss.com
Tue Dec 5 08:23:39 EST 2006


  User: gavin   
  Date: 06/12/05 08:23:39

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  migrate to new build
  
  Revision  Changes    Path
  1.32      +2 -0      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.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- web.xml	2 Nov 2006 18:27:36 -0000	1.31
  +++ web.xml	5 Dec 2006 13:23:39 -0000	1.32
  @@ -4,6 +4,8 @@
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
   
  +   <session-config><session-timeout>1</session-timeout></session-config>
  +
      <context-param>
         <param-name>javax.faces.CONFIG_FILES</param-name>
         <param-value>/WEB-INF/navigation.xml</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list