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

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


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

  Modified:    examples/hibernate2/resources-weblogic92/WEB-INF   web.xml
  Added:       examples/hibernate2/resources-weblogic92/WEB-INF  
                        faces-config.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.3       +4 -8      jboss-seam/examples/hibernate2/resources-weblogic92/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/hibernate2/resources-weblogic92/WEB-INF/web.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web.xml	16 Jul 2007 06:45:49 -0000	1.2
  +++ web.xml	31 Oct 2007 17:03:28 -0000	1.3
  @@ -1,12 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<web-app>   
  -      
  -    <!-- Ajax4jsf filter not needed, Seam Filter installs it for us -->
  -    
  -    <context-param>     
  -      <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>     
  -      <param-value>com.sun.facelets.FaceletViewHandler</param-value>   
  -    </context-param>        
  +<web-app version="2.5"
  +    xmlns="http://java.sun.com/xml/ns/javaee"    
  +    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    
  +    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">     
       
       <!-- Seam -->
            
  
  
  
  1.1      date: 2007/10/31 17:03:28;  author: pmuir;  state: Exp;jboss-seam/examples/hibernate2/resources-weblogic92/WEB-INF/faces-config.xml
  
  Index: faces-config.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <faces-config version="1.2"
                xmlns="http://java.sun.com/xml/ns/javaee"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
          
      <!-- Facelets support -->
  
      <application>
          <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
      </application>
      
  </faces-config>
  
  
  



More information about the jboss-cvs-commits mailing list