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

Gavin King gavin.king at jboss.com
Tue Jun 26 22:21:39 EDT 2007


  User: gavin   
  Date: 07/06/26 22:21:39

  Modified:    examples/remoting/helloworld/resources/WEB-INF  web.xml
  Log:
  remove unnecessary RI listener
  
  Revision  Changes    Path
  1.10      +1 -5      jboss-seam/examples/remoting/helloworld/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/helloworld/resources/WEB-INF/web.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	26 Jun 2007 19:58:43 -0000	1.9
  +++ web.xml	27 Jun 2007 02:21:39 -0000	1.10
  @@ -29,10 +29,6 @@
         <url-pattern>/seam/resource/*</url-pattern>
       </servlet-mapping>  
   
  -    <listener>
  -        <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
  -    </listener> 
  -
       <context-param>
           <param-name>facelets.DEVELOPMENT</param-name>
           <param-value>true</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list