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

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


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

  Modified:    examples/hibernate/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.8       +5 -4      jboss-seam/examples/hibernate/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/hibernate/resources/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	10 Jun 2006 07:16:12 -0000	1.7
  +++ web.xml	12 Oct 2006 02:43:41 -0000	1.8
  @@ -1,8 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<web-app version="2.4" 
  -    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">
  +    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
       
       <!-- Seam -->
      
  
  
  



More information about the jboss-cvs-commits mailing list