[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Sun Sep 23 13:59:21 EDT 2007


  User: nrichards
  Date: 07/09/23 13:59:21

  Modified:    seam-gen/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1927
  
  Revision  Changes    Path
  1.19      +2 -2      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/web.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- web.xml	20 Sep 2007 18:23:25 -0000	1.18
  +++ web.xml	23 Sep 2007 17:59:21 -0000	1.19
  @@ -1,7 +1,7 @@
   <?xml version="1.0" ?>
  -<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
  +<web-app 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_5.xsd"
  +         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" 
            version="2.5">
   
       <!-- Ajax4jsf -->
  
  
  



More information about the jboss-cvs-commits mailing list