[jboss-cvs] jboss-seam/examples/hibernate2/resources-websphere61/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/hibernate2/resources-websphere61/WEB-INF  web.xml
  Log:
  JBSEAM-1927
  
  Revision  Changes    Path
  1.5       +5 -5      jboss-seam/examples/hibernate2/resources-websphere61/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/hibernate2/resources-websphere61/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- web.xml	22 Jul 2007 04:15:07 -0000	1.4
  +++ web.xml	23 Sep 2007 17:57:35 -0000	1.5
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<web-app id="WebApp_ID" version="2.4"
  -xmlns="http://java.sun.com/xml/ns/j2ee"
  -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">
  +<web-app id="WebApp_ID" 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/javaee
  +                             http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
           
       <context-param>
         <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>  
  
  
  



More information about the jboss-cvs-commits mailing list