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

Norman Richards norman.richards at jboss.com
Mon Oct 23 18:38:24 EDT 2006


  User: nrichards
  Date: 06/10/23 18:38:24

  Modified:    examples/seampay/resources/WEB-INF   faces-config.xml
                        web.xml
  Log:
  fix XML
  
  Revision  Changes    Path
  1.3       +2 -3      jboss-seam/examples/seampay/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- faces-config.xml	21 Oct 2006 22:23:45 -0000	1.2
  +++ faces-config.xml	23 Oct 2006 22:38:24 -0000	1.3
  @@ -1,6 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE faces-config 
  -PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
  +<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" 
                               "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
   <faces-config>
       <!-- Facelets support -->
  
  
  
  1.2       +0 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	20 Oct 2006 16:51:26 -0000	1.1
  +++ web.xml	23 Oct 2006 22:38:24 -0000	1.2
  @@ -3,9 +3,7 @@
            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">
  -    
       <!-- Seam -->
  -
       <listener>
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
       </listener>
  
  
  



More information about the jboss-cvs-commits mailing list