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

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


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

  Modified:    examples/registration/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.20      +5 -4      jboss-seam/examples/registration/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/registration/resources/WEB-INF/web.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- web.xml	28 Sep 2006 00:25:34 -0000	1.19
  +++ web.xml	12 Oct 2006 02:43:42 -0000	1.20
  @@ -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