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

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


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

  Modified:    examples/remoting/progressbar/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.4       +4 -4      jboss-seam/examples/remoting/progressbar/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/remoting/progressbar/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	10 Jun 2006 07:10:13 -0000	1.3
  +++ web.xml	12 Oct 2006 02:43:43 -0000	1.4
  @@ -1,9 +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