[jboss-cvs] jboss-seam/seam-gen/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Fri Mar 9 18:55:06 EST 2007


  User: gavin   
  Date: 07/03/09 18:55:06

  Modified:    seam-gen/resources/WEB-INF  web.xml
  Log:
  integrate richfaces with seam-gen JBSEAM-1004
  
  Revision  Changes    Path
  1.9       +6 -1      jboss-seam/seam-gen/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/seam-gen/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	23 Feb 2007 01:21:13 -0000	1.8
  +++ web.xml	9 Mar 2007 23:55:06 -0000	1.9
  @@ -22,6 +22,11 @@
           <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
       </context-param>
       
  +    <context-param>
  +        <param-name>org.ajax4jsf.SKIN</param-name>
  +        <param-value>blueSky</param-value>
  +    </context-param>
  + 
       <!-- Seam -->
       
      <listener>
  
  
  



More information about the jboss-cvs-commits mailing list