[jboss-cvs] jboss-seam/examples/blog/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/blog/resources/WEB-INF  web.xml
  Log:
  updated metadata to EE5 compliance
  
  Revision  Changes    Path
  1.12      +5 -5      jboss-seam/examples/blog/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/blog/resources/WEB-INF/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	30 Sep 2006 19:59:34 -0000	1.11
  +++ web.xml	12 Oct 2006 02:43:39 -0000	1.12
  @@ -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">
   	
   	<display-name>Seam Blog Example</display-name>
   
  
  
  



More information about the jboss-cvs-commits mailing list