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

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


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

  Modified:    examples/remoting/chatroom/resources/WEB-INF  web.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.12      +2 -4      jboss-seam/examples/remoting/chatroom/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/remoting/chatroom/resources/WEB-INF/web.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- web.xml	14 Feb 2007 00:35:41 -0000	1.11
  +++ web.xml	5 Apr 2007 22:05:46 -0000	1.12
  @@ -32,10 +32,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>
   
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list