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

Peter Muir peter at bleepbleep.org.uk
Tue Jan 15 08:54:39 EST 2008


  User: pmuir   
  Date: 08/01/15 08:54:39

  Modified:    src/main/org/jboss/seam  web-2.0.xsd
  Log:
  Oops, forgot to update the xsd with regex-url-pattern
  
  Revision  Changes    Path
  1.4       +1 -0      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web-2.0.xsd	17 Oct 2007 22:28:53 -0000	1.3
  +++ web-2.0.xsd	15 Jan 2008 13:54:39 -0000	1.4
  @@ -70,6 +70,7 @@
       
       <xs:attributeGroup name="attlist.filter">
           <xs:attribute name="url-pattern" type="xs:string"/>
  +        <xs:attribute name="regex-url-pattern" type="xs:string"/>
           <xs:attribute name="disabled" type="xs:string" default="false" />
       </xs:attributeGroup>
       
  
  
  



More information about the jboss-cvs-commits mailing list