[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Thu Feb 8 05:10:35 EST 2007


  User: gavin   
  Date: 07/02/08 05:10:35

  Modified:    doc/reference/en/modules  mail.xml
  Log:
  fix
  
  Revision  Changes    Path
  1.11      +2 -2      jboss-seam/doc/reference/en/modules/mail.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mail.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/mail.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- mail.xml	5 Feb 2007 22:32:28 -0000	1.10
  +++ mail.xml	8 Feb 2007 10:10:35 -0000	1.11
  @@ -179,7 +179,7 @@
   		         <programlisting><![CDATA[<components xmlns=&quot;http://jboss.com/products/seam/components&quot; 
           xmlns:core=&quot;http://jboss.com/products/seam/core&quot;
           xmlns:mail=&quot;http://jboss.com/products/seam/mail&quot;>
  -    <mail:mailSession sessionJndiName=&quot;java:/Mail&quot; />
  +    <mail:mail-session session-jndi-name=&quot;java:/Mail&quot; />
   </components>]]></programlisting>
   		        <para>Here we tell Seam to get the mail session bound to <literal>java:/Mail</literal> from JNDI.</para>
   	        </section>
  @@ -191,7 +191,7 @@
   	            <programlisting><![CDATA[<components xmlns=&quot;http://jboss.com/products/seam/components&quot; 
           xmlns:core=&quot;http://jboss.com/products/seam/core&quot;
           xmlns:mail=&quot;http://jboss.com/products/seam/mail&quot;>
  -    <mail:mailSession host=&quot;smtp.example.com&quot; />
  +    <mail:mail-session host=&quot;smtp.example.com&quot; />
   </components>]]></programlisting>
   		    </section>
   		</section>
  
  
  



More information about the jboss-cvs-commits mailing list