[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Norman Richards norman.richards at jboss.com
Sun Sep 23 17:32:42 EDT 2007


  User: nrichards
  Date: 07/09/23 17:32:42

  Modified:    src/main/org/jboss/seam  web-2.0.xsd
  Log:
  JBSEAM-1905
  
  Revision  Changes    Path
  1.2       +9 -2      jboss-seam/src/main/org/jboss/seam/web-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-2.0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- web-2.0.xsd	26 Jun 2007 23:02:37 -0000	1.1
  +++ web-2.0.xsd	23 Sep 2007 21:32:42 -0000	1.2
  @@ -53,6 +53,13 @@
           </xs:complexType>
       </xs:element>
       
  +    <xs:element name="logging-filter">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="web:attlist.filter"/>
  +        </xs:complexType>
  +    </xs:element>
  +       
       <xs:element name="ajax4jsf-filter">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
  
  
  



More information about the jboss-cvs-commits mailing list