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

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


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

  Modified:    examples/seamdiscs/resources/WEB-INF   faces-config.xml
                        web.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.4       +0 -6      jboss-seam/examples/seamdiscs/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/examples/seamdiscs/resources/WEB-INF/faces-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- faces-config.xml	14 Jul 2007 23:48:41 -0000	1.3
  +++ faces-config.xml	31 Oct 2007 17:03:26 -0000	1.4
  @@ -5,12 +5,6 @@
                 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
   
      <application>
  -      <message-bundle>messages</message-bundle>
  -      <!-- Disabled when using Ajax4JSF -->
  -      <!--
  -      <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
  -      -->
  -      <!-- Enable Trinidad renderkit -->
         <default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
      </application>
   
  
  
  
  1.9       +0 -10     jboss-seam/examples/seamdiscs/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/seamdiscs/resources/WEB-INF/web.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- web.xml	8 Oct 2007 14:53:13 -0000	1.8
  +++ web.xml	31 Oct 2007 17:03:26 -0000	1.9
  @@ -4,16 +4,6 @@
     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
     version="2.5">
   
  -  <!-- Ajax4jsf -->
  -
  -  <!-- Don't need to declare Ajax4jsf filter, Seam Filter installs it for us -->
  -
  -  <!-- Not used, as we've integrated Trinidad -->
  -  <!-- <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>blueSky</param-value>
  
  
  



More information about the jboss-cvs-commits mailing list