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

Max Rydahl Andersen mandersen at jboss.com
Fri Oct 19 10:25:55 EDT 2007


  User: mandersen
  Date: 07/10/19 10:25:55

  Modified:    seam-gen/resources/WEB-INF   Tag: Seam_1_2_1_AP web.xml
                        faces-config.xml
  Log:
  fixes for making seam-gen 1.2.1.AP work with JBoss 4.2 (for usage in RHDS)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +1 -9      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.9
  retrieving revision 1.9.2.1
  diff -u -b -r1.9 -r1.9.2.1
  --- web.xml	9 Mar 2007 23:55:06 -0000	1.9
  +++ web.xml	19 Oct 2007 14:25:54 -0000	1.9.2.1
  @@ -53,12 +53,6 @@
         <url-pattern>/seam/resource/*</url-pattern>
      </servlet-mapping>
      
  -   <!-- MyFaces -->   
  -
  -   <listener>
  -      <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
  -   </listener>
  -   
      <!-- Facelets development mode (disable in production) -->
      
      <context-param>
  @@ -95,9 +89,7 @@
              <web-resource-name>XHTML</web-resource-name>
              <url-pattern>*.xhtml</url-pattern>
          </web-resource-collection>
  -       <auth-constraint>
  -           <role-name>NONE</role-name>
  -       </auth-constraint>
  +       <auth-constraint/>
      </security-constraint>
      
   </web-app>
  
  
  
  1.7.4.1   +5 -6      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.7
  retrieving revision 1.7.4.1
  diff -u -b -r1.7 -r1.7.4.1
  --- faces-config.xml	23 Feb 2007 01:21:13 -0000	1.7
  +++ faces-config.xml	19 Oct 2007 14:25:54 -0000	1.7.4.1
  @@ -1,9 +1,8 @@
   <?xml version='1.0' encoding='UTF-8'?>
  -<!DOCTYPE faces-config PUBLIC
  -          "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
  -          "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
  -
  -<faces-config>
  +<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">
   
      <application>
         <message-bundle>messages</message-bundle>
  
  
  



More information about the jboss-cvs-commits mailing list