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

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


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

  Modified:    examples/remoting/poker/resources/WEB-INF  web.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.4       +2 -5      jboss-seam/examples/remoting/poker/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/poker/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	14 Feb 2007 00:36:13 -0000	1.3
  +++ web.xml	5 Apr 2007 22:05:47 -0000	1.4
  @@ -32,11 +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