[jboss-cvs] jboss-seam/examples/remoting/helloworld/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/helloworld/resources/WEB-INF  web.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.8       +2 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	14 Feb 2007 00:35:57 -0000	1.7
  +++ web.xml	5 Apr 2007 22:05:47 -0000	1.8
  @@ -31,10 +31,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