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

Gavin King gavin.king at jboss.com
Wed Oct 11 22:43:39 EDT 2006


  User: gavin   
  Date: 06/10/11 22:43:39

  Modified:    examples/booking/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.29      +5 -1      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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- web.xml	30 Jun 2006 14:35:10 -0000	1.28
  +++ web.xml	12 Oct 2006 02:43:39 -0000	1.29
  @@ -1,5 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>

  -<web-app version="2.4" 
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

  +<web-app version="2.5"
  +    xmlns="http://java.sun.com/xml/ns/javaee"
  +    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">
  +
       <!-- Seam -->
   
    <listener>
        <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
    </listener>
   
       <!-- Propagate conversations across redirects -->
  
  
  



More information about the jboss-cvs-commits mailing list