[seam-commits] Seam SVN: r10314 - trunk/seam-gen/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 6 17:39:24 EDT 2009


Author: dan.j.allen
Date: 2009-04-06 17:39:24 -0400 (Mon, 06 Apr 2009)
New Revision: 10314

Modified:
   trunk/seam-gen/resources/WEB-INF/components-war.xml
   trunk/seam-gen/resources/WEB-INF/components.xml
Log:
use default mta settings that work out of the box (at least on *nix)


Modified: trunk/seam-gen/resources/WEB-INF/components-war.xml
===================================================================
--- trunk/seam-gen/resources/WEB-INF/components-war.xml	2009-04-06 20:28:30 UTC (rev 10313)
+++ trunk/seam-gen/resources/WEB-INF/components-war.xml	2009-04-06 21:39:24 UTC (rev 10314)
@@ -51,7 +51,7 @@
       <action execute="#{redirect.returnToCapturedView}"/>
    </event>
 
-   <mail:mail-session host="localhost" port="2525" username="test" password="test" />
+   <mail:mail-session host="localhost" port="25"/>
 
    <!-- For use with jBPM pageflow or process management -->
    <!--

Modified: trunk/seam-gen/resources/WEB-INF/components.xml
===================================================================
--- trunk/seam-gen/resources/WEB-INF/components.xml	2009-04-06 20:28:30 UTC (rev 10313)
+++ trunk/seam-gen/resources/WEB-INF/components.xml	2009-04-06 21:39:24 UTC (rev 10314)
@@ -48,7 +48,7 @@
       <action execute="#{redirect.returnToCapturedView}"/>
    </event>
 
-   <mail:mail-session host="localhost" port="2525" username="test" password="test" />
+   <mail:mail-session host="localhost" port="25"/>
 
    <!-- For use with jBPM pageflow or process management -->
    <!--




More information about the seam-commits mailing list