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

Gavin King gavin.king at jboss.com
Tue Jan 30 19:27:56 EST 2007


  User: gavin   
  Date: 07/01/30 19:27:56

  Modified:    src/main/org/jboss/seam  security-1.1.xsd
  Log:
  fix
  
  Revision  Changes    Path
  1.2       +2 -1      jboss-seam/src/main/org/jboss/seam/security-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security-1.1.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- security-1.1.xsd	31 Jan 2007 00:21:44 -0000	1.1
  +++ security-1.1.xsd	31 Jan 2007 00:27:56 -0000	1.2
  @@ -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/security" xmlns:remoting="http://jboss.com/products/seam/security"
  +    targetNamespace="http://jboss.com/products/seam/security" xmlns:security="http://jboss.com/products/seam/security"
       xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
       <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-1.1.xsd"/>
   
  @@ -13,4 +13,5 @@
       <xs:attributeGroup name="attlist.securityConfig">
           <xs:attribute name="authenticate-method" />
       </xs:attributeGroup>
  +    
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list