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

Peter Muir peter at bleepbleep.org.uk
Mon Aug 13 16:21:03 EDT 2007


  User: pmuir   
  Date: 07/08/13 16:21:03

  Modified:    src/main/org/jboss/seam  mail-2.0.xsd
  Log:
  JBSEAM-1795
  
  Revision  Changes    Path
  1.2       +6 -5      jboss-seam/src/main/org/jboss/seam/mail-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mail-2.0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- mail-2.0.xsd	26 Jun 2007 23:02:37 -0000	1.1
  +++ mail-2.0.xsd	13 Aug 2007 20:21:03 -0000	1.2
  @@ -8,11 +8,12 @@
       <xs:attributeGroup name="attlist.mailSession">
           <xs:attribute name="username" type="xs:string"/>
           <xs:attribute name="password" type="xs:string"/>
  -        <xs:attribute name="host" type="xs:string"/>
  -        <xs:attribute name="port" type="xs:string"/>
  -        <xs:attribute name="debug" type="xs:string"/>
  -        <xs:attribute name="ssl" type="xs:boolean"/>
  -        <xs:attribute name="session-jndi-name" type="xs:string"/>
  +        <xs:attribute name="host" type="xs:string" default="localhost"/>
  +        <xs:attribute name="port" type="xs:string" />
  +        <xs:attribute name="debug" type="xs:string" default="false" />
  +        <xs:attribute name="ssl" type="xs:boolean" default="false" />
  +        <xs:attribute name="tls" type="xs:boolean" default="true" />
  +        <xs:attribute name="session-jndi-name" type="xs:string" />
       </xs:attributeGroup>
       <xs:element name="mail-session">
           <xs:complexType>
  
  
  



More information about the jboss-cvs-commits mailing list