[jboss-cvs] jboss-seam/examples/mail/resources/WEB-INF ...

Peter Muir peter at bleepbleep.org.uk
Sun Feb 11 17:36:16 EST 2007


  User: pmuir   
  Date: 07/02/11 17:36:16

  Modified:    examples/mail/resources/WEB-INF  components.xml
  Log:
  Move mailSession to main, fix meldware
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/mail/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/resources/WEB-INF/components.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components.xml	8 Feb 2007 09:19:49 -0000	1.5
  +++ components.xml	11 Feb 2007 22:36:16 -0000	1.6
  @@ -12,7 +12,7 @@
       <core:ejb installed="@embeddedEjb@" /> 
       
        <!-- If you need to alter the SMTP gateway, comment out this mail-session, -->
  -    <mail:mail-session host="localhost" port="2525" username="seam" password="seam" />
  +    <mail:mail-session host="localhost" port="2525" username="test" password="test" />
       
       <!-- uncomment this one and set the host attribute to the name or IP address of your SMTP gateway-->
       <!-- <mail:mail-session host="smtp.foo.com" />-->
  
  
  



More information about the jboss-cvs-commits mailing list