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

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:50:35 EDT 2007


  User: nrichards
  Date: 07/04/03 14:50:35

  Modified:    examples/drools/resources/WEB-INF  web.xml
  Log:
  update for 4.2
  
  Revision  Changes    Path
  1.5       +16 -19    jboss-seam/examples/drools/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/drools/resources/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- web.xml	16 Mar 2007 05:44:54 -0000	1.4
  +++ web.xml	3 Apr 2007 18:50:35 -0000	1.5
  @@ -21,10 +21,8 @@
           <url-pattern>/*</url-pattern>
       </filter-mapping>
           
  -    <!-- MyFaces -->
  -
       <listener>
  -        <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
       </listener>
       
       <context-param>
  @@ -46,5 +44,4 @@
     <session-config>
       <session-timeout>10</session-timeout> 
     </session-config> 	
  -	
   </web-app>
  
  
  



More information about the jboss-cvs-commits mailing list