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

Norman Richards norman.richards at jboss.com
Thu Apr 12 14:15:01 EDT 2007


  User: nrichards
  Date: 07/04/12 14:15:01

  Modified:    examples/contactlist/resources/WEB-INF   Tag: Seam_1_2_AP
                        faces-config.xml web.xml
  Log:
  integrate ap team patch by request
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +6 -2      jboss-seam/examples/contactlist/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/contactlist/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -b -r1.8 -r1.8.2.1
  --- faces-config.xml	14 Nov 2006 00:18:31 -0000	1.8
  +++ faces-config.xml	12 Apr 2007 18:15:01 -0000	1.8.2.1
  @@ -1,17 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
   <!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>
  +-->
  +<faces-config version="1.2"
  +    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-facesconfig_1_2.xsd">
           
       <!-- Facelets support -->
   
       <application>
           <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
           <!-- JSF RI -->
  -        <!--
           <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  -        -->
       </application>
       
       <!-- Phase listener needed for all Seam applications -->
  
  
  
  1.9.2.1   +0 -7      jboss-seam/examples/contactlist/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/contactlist/resources/WEB-INF/web.xml,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -b -r1.9 -r1.9.2.1
  --- web.xml	25 Feb 2007 15:48:58 -0000	1.9
  +++ web.xml	12 Apr 2007 18:15:01 -0000	1.9.2.1
  @@ -33,17 +33,10 @@
           <param-value>false</param-value>
       </context-param>
   
  -    <!-- MyFaces -->
  -    <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  -    </listener>
  -    
       <!-- JSF RI -->
  -    <!--  
       <listener>
           <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener> 
  -    -->
       
       <context-param>
           <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  
  
  



More information about the jboss-cvs-commits mailing list