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

Peter Muir peter at bleepbleep.org.uk
Thu Sep 20 08:26:54 EDT 2007


  User: pmuir   
  Date: 07/09/20 08:26:54

  Modified:    examples/itext/resources/WEB-INF  web.xml
  Log:
  Update skin parameter
  
  Revision  Changes    Path
  1.14      +1 -1      jboss-seam/examples/itext/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/itext/resources/WEB-INF/web.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- web.xml	16 Jul 2007 06:45:49 -0000	1.13
  +++ web.xml	20 Sep 2007 12:26:54 -0000	1.14
  @@ -5,7 +5,7 @@
            xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
       
       <context-param>
  -        <param-name>org.ajax4jsf.SKIN</param-name>
  +        <param-name>org.richfaces.SKIN</param-name>
           <param-value>emeraldTown</param-value>
       </context-param> 
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list