[seam-commits] Seam SVN: r14287 - in branches/community/Seam_2_3/examples-ee6: mail/mail-web/src/main/webapp/WEB-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Feb 2 09:53:45 EST 2012


Author: manaRH
Date: 2012-02-02 09:53:44 -0500 (Thu, 02 Feb 2012)
New Revision: 14287

Modified:
   branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
   branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
added Mail example into Examples EE6

Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml	2012-02-02 14:52:51 UTC (rev 14286)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/src/main/webapp/WEB-INF/components.xml	2012-02-02 14:53:44 UTC (rev 14287)
@@ -15,4 +15,6 @@
      <!-- If you need to alter the SMTP gateway, comment out this mail-session, -->
      <!--<mail:mail-session host="localhost" port="2525" /> -->
     
+    <!-- uncomment this one and set the host attribute to the name or IP address of your SMTP gateway-->
+    <mail:mail-session host="localhost" tls="false" port="3025" ssl="false" />   
 </components>

Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-02 14:52:51 UTC (rev 14286)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml	2012-02-02 14:53:44 UTC (rev 14287)
@@ -17,6 +17,7 @@
 
     <modules>
         <module>booking</module>
+        <module>mail</module>
     </modules>
 
     <build>



More information about the seam-commits mailing list