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

Norman Richards norman.richards at jboss.com
Thu Apr 5 18:05:48 EDT 2007


  User: nrichards
  Date: 07/04/05 18:05:48

  Modified:    examples/seamdiscs/resources/WEB-INF  web.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.2       +2 -3      jboss-seam/examples/seamdiscs/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/seamdiscs/resources/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web.xml	28 Mar 2007 19:12:46 -0000	1.1
  +++ web.xml	5 Apr 2007 22:05:48 -0000	1.2
  @@ -54,10 +54,9 @@
         <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