[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Norman Richards norman.richards at jboss.com
Mon Apr 9 14:35:53 EDT 2007


  User: nrichards
  Date: 07/04/09 14:35:53

  Modified:    seam-gen/resources/WEB-INF  web.xml
  Log:
  update seamgen for jboss 4.2
  
  Revision  Changes    Path
  1.10      +2 -4      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/web.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	9 Mar 2007 23:55:06 -0000	1.9
  +++ web.xml	9 Apr 2007 18:35:53 -0000	1.10
  @@ -53,10 +53,8 @@
         <url-pattern>/seam/resource/*</url-pattern>
      </servlet-mapping>
      
  -   <!-- MyFaces -->   
  -
      <listener>
  -      <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  +      <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
      </listener>
      
      <!-- Facelets development mode (disable in production) -->
  
  
  



More information about the jboss-cvs-commits mailing list