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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:42:52 EDT 2007


  User: nrichards
  Date: 07/04/03 14:42:52

  Modified:    examples/contactlist/resources/WEB-INF  web.xml
  Log:
  update contact example for jboss 4.2
  
  Revision  Changes    Path
  1.11      +14 -22    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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- web.xml	16 Mar 2007 05:44:46 -0000	1.10
  +++ web.xml	3 Apr 2007 18:42:52 -0000	1.11
  @@ -33,17 +33,9 @@
           <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