[jboss-cvs] jboss-seam/examples/remoting/progressbar/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/remoting/progressbar/resources/WEB-INF  web.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.6       +2 -4      jboss-seam/examples/remoting/progressbar/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/progressbar/resources/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	14 Feb 2007 00:36:21 -0000	1.5
  +++ web.xml	5 Apr 2007 22:05:48 -0000	1.6
  @@ -33,10 +33,8 @@
       </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