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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 29 06:47:26 EDT 2007


  User: pmuir   
  Date: 07/06/29 06:47:26

  Modified:    examples/remoting/progressbar/resources/WEB-INF  web.xml
  Log:
  Move remoting examples to new build, with minor bugfixes
  
  Revision  Changes    Path
  1.10      +14 -10    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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	27 Jun 2007 03:00:24 -0000	1.9
  +++ web.xml	29 Jun 2007 10:47:26 -0000	1.10
  @@ -46,9 +46,13 @@
           <load-on-startup>1</load-on-startup>
       </servlet>
   
  +
  +    <!-- Faces Servlet Mapping -->
  +
       <servlet-mapping>
           <servlet-name>Faces Servlet</servlet-name>
           <url-pattern>*.seam</url-pattern>
       </servlet-mapping>  
   
   </web-app>
  +
  
  
  



More information about the jboss-cvs-commits mailing list