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

Gavin King gavin.king at jboss.com
Wed Jun 20 11:54:39 EDT 2007


  User: gavin   
  Date: 07/06/20 11:54:39

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  nested->toplevel
  get rid of client-side conversation support
  
  Revision  Changes    Path
  1.14      +0 -8      jboss-seam/src/main/org/jboss/seam/core-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.3.xsd,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- core-1.3.xsd	19 Jun 2007 19:41:43 -0000	1.13
  +++ core-1.3.xsd	20 Jun 2007 15:54:39 -0000	1.14
  @@ -20,14 +20,6 @@
               </xs:simpleType>
           </xs:attribute>
           <xs:attribute name="jndi-pattern"/>
  -        <xs:attribute name="client-side-conversations">
  -            <xs:simpleType>
  -                <xs:restriction base="xs:token">
  -                    <xs:enumeration value="true"/>
  -                    <xs:enumeration value="false"/>
  -                </xs:restriction>
  -            </xs:simpleType>
  -        </xs:attribute>
           <xs:attribute name="transaction-management-enabled">
               <xs:simpleType>
                   <xs:restriction base="xs:token">
  
  
  



More information about the jboss-cvs-commits mailing list