[jboss-cvs] jboss-seam/examples/hibernate2/resources-glassfish/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-glassfish/WEB-INF   web.xml
  Added:       examples/hibernate2/resources-glassfish/WEB-INF  
                        faces-config.xml
  Log:
  JBSEAM-2196 and a few tidy ups to web.xmls
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/hibernate2/resources-glassfish/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-glassfish/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,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
<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">  
        
    <context-param>     
      <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>     
      <param-value>com.sun.facelets.FaceletViewHandler</param-value>   
    </context-param> 
    
    <!-- Seam -->
  +<?xml version="1.0" encoding="UTF-8"?>
<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 -->
             
    <listener>              
      <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>        
    </listener>
       
       <filter>
  
  
  
  1.1      date: 2007/10/31 17:03:28;  author: pmuir;  state: Exp;jboss-seam/examples/hibernate2/resources-glassfish/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