You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/05 17:00:53 UTC

svn commit: r582297 - /geronimo/server/trunk/configs/javamail/pom.xml

Author: dwoods
Date: Fri Oct  5 08:00:49 2007
New Revision: 582297

URL: http://svn.apache.org/viewvc?rev=582297&view=rev
Log:
use same config-substitution.properties values as in Geronimo 2.0.2

Modified:
    geronimo/server/trunk/configs/javamail/pom.xml

Modified: geronimo/server/trunk/configs/javamail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/javamail/pom.xml?rev=582297&r1=582296&r2=582297&view=diff
==============================================================================
--- geronimo/server/trunk/configs/javamail/pom.xml (original)
+++ geronimo/server/trunk/configs/javamail/pom.xml Fri Oct  5 08:00:49 2007
@@ -72,12 +72,12 @@
                         <plugin-artifact>
                             <config-xml-content>
                                 <gbean name="SMTPTransport">
-                                    <attribute name="host">#{mailHost}</attribute>
-                                    <attribute name="port">#{mailPort}</attribute>
+                                    <attribute name="host">#{SMTPHost}</attribute>
+                                    <attribute name="port">#{SMTPPort}</attribute>
                                 </gbean>
                              </config-xml-content>
-                            <config-substitution key="mailHost">localhost</config-substitution>
-                            <config-substitution key="mailPort">25</config-substitution>
+                            <config-substitution key="SMTPHost">localhost</config-substitution>
+                            <config-substitution key="SMTPPort">25</config-substitution>
                         </plugin-artifact>
                     </instance>
                 </configuration>