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

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


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

  Modified:    examples/dvdstore/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.13      +5 -4      jboss-seam/examples/dvdstore/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/dvdstore/resources/WEB-INF/web.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- web.xml	29 Jun 2006 21:01:26 -0000	1.12
  +++ web.xml	12 Oct 2006 02:43:40 -0000	1.13
  @@ -1,8 +1,9 @@
   <?xml version="1.0" ?>
  -<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
  +
  +<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/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
  -         version="2.4">
  +    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
   
       <listener>
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
  
  
  



More information about the jboss-cvs-commits mailing list