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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 31 13:03:27 EDT 2007


  User: pmuir   
  Date: 07/10/31 13:03:27

  Modified:    seam-gen/resources/WEB-INF   faces-config.xml web.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.13      +0 -3      jboss-seam/seam-gen/resources/WEB-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- faces-config.xml	7 Sep 2007 20:46:04 -0000	1.12
  +++ faces-config.xml	31 Oct 2007 17:03:26 -0000	1.13
  @@ -8,10 +8,7 @@
         <locale-config>
       		<default-locale>en</default-locale>
         </locale-config>
  -      <!-- Disabled when using Ajax4JSF -->
  -      <!--
         <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  -      -->
      </application>
   
   </faces-config>
  
  
  
  1.21      +0 -5      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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- web.xml	3 Oct 2007 13:42:30 -0000	1.20
  +++ web.xml	31 Oct 2007 17:03:27 -0000	1.21
  @@ -7,11 +7,6 @@
       <!-- Ajax4jsf -->
           
       <context-param>
  -        <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  -        <param-value>com.sun.facelets.FaceletViewHandler</param-value>
  -    </context-param>
  -    
  -    <context-param>
           <param-name>org.richfaces.SKIN</param-name>
           <param-value>@skin@</param-value>
       </context-param>
  
  
  



More information about the jboss-cvs-commits mailing list