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:18:46 UTC

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

Author: dwoods
Date: Fri Oct  5 08:18:44 2007
New Revision: 582312

URL: http://svn.apache.org/viewvc?rev=582312&view=rev
Log:
fix # usage to be $

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=582312&r1=582311&r2=582312&view=diff
==============================================================================
--- geronimo/server/trunk/configs/javamail/pom.xml (original)
+++ geronimo/server/trunk/configs/javamail/pom.xml Fri Oct  5 08:18:44 2007
@@ -72,8 +72,8 @@
                         <plugin-artifact>
                             <config-xml-content>
                                 <gbean name="SMTPTransport">
-                                    <attribute name="host">#{SMTPHost}</attribute>
-                                    <attribute name="port">#{SMTPPort}</attribute>
+                                    <attribute name="host">${SMTPHost}</attribute>
+                                    <attribute name="port">${SMTPPort + PortOffset}</attribute>
                                 </gbean>
                              </config-xml-content>
                             <config-substitution key="SMTPHost">localhost</config-substitution>