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

Norman Richards norman.richards at jboss.com
Sun Sep 23 13:57:35 EDT 2007


  User: nrichards
  Date: 07/09/23 13:57:35

  Modified:    examples/seampay/resources/WEB-INF  web.xml
  Log:
  JBSEAM-1927
  
  Revision  Changes    Path
  1.12      +3 -3      jboss-seam/examples/seampay/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/seampay/resources/WEB-INF/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	16 Jul 2007 06:45:55 -0000	1.11
  +++ web.xml	23 Sep 2007 17:57:35 -0000	1.12
  @@ -1,8 +1,8 @@
   <?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">
       
       <listener>
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
  
  
  



More information about the jboss-cvs-commits mailing list