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

Gavin King gavin.king at jboss.com
Sat Feb 10 11:31:25 EST 2007


  User: gavin   
  Date: 07/02/10 11:31:25

  Modified:    src/main/org/jboss/seam  web-1.1.xsd
  Log:
  dont need disabled, we already have installed
  
  Revision  Changes    Path
  1.3       +2 -10     jboss-seam/src/main/org/jboss/seam/web-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/web-1.1.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- web-1.1.xsd	10 Feb 2007 08:47:46 -0000	1.2
  +++ web-1.1.xsd	10 Feb 2007 16:31:25 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  -    targetNamespace="http://jboss.com/products/seam/web" xmlns:filter="http://jboss.com/products/seam/web"
  +    targetNamespace="http://jboss.com/products/seam/web" xmlns:web="http://jboss.com/products/seam/web"
       xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
       <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
   
  @@ -35,18 +35,10 @@
       
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
  -        <xs:attribute name="disabled"/>
  -            <xs:simpleType>
  -                <xs:restriction base="xs:token">
  -                    <xs:enumeration value="true"/>
  -                    <xs:enumeration value="false"/>
  -                </xs:restriction>
  -            </xs:simpleType>
  -        </xs:attribute>
       </xs:attributeGroup>
       
       <xs:attributeGroup name="attlist.multipartFilter">
  -        <xs:attribute name="create-temp-files"/>
  +        <xs:attribute name="create-temp-files">
               <xs:simpleType>
                   <xs:restriction base="xs:token">
                       <xs:enumeration value="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list