You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2008/06/03 19:55:51 UTC

svn commit: r662850 - in /geronimo/server/branches/2.0/assemblies: geronimo-jetty6-jee5/src/main/resources/var/config/config.xml geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Author: rickmcguire
Date: Tue Jun  3 10:55:51 2008
New Revision: 662850

URL: http://svn.apache.org/viewvc?rev=662850&view=rev
Log:
GERONIMO-4096 Remove PortOffset from SMTPPort definition.


Modified:
    geronimo/server/branches/2.0/assemblies/geronimo-jetty6-jee5/src/main/resources/var/config/config.xml
    geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Modified: geronimo/server/branches/2.0/assemblies/geronimo-jetty6-jee5/src/main/resources/var/config/config.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/assemblies/geronimo-jetty6-jee5/src/main/resources/var/config/config.xml?rev=662850&r1=662849&r2=662850&view=diff
==============================================================================
--- geronimo/server/branches/2.0/assemblies/geronimo-jetty6-jee5/src/main/resources/var/config/config.xml (original)
+++ geronimo/server/branches/2.0/assemblies/geronimo-jetty6-jee5/src/main/resources/var/config/config.xml Tue Jun  3 10:55:51 2008
@@ -281,7 +281,7 @@
     <module name="org.apache.geronimo.configs/javamail/${version}/car">
         <gbean name="SMTPTransport">
             <attribute name="host">localhost</attribute>
-            <attribute name="port">${SMTPPort + PortOffset}</attribute>
+            <attribute name="port">${SMTPPort}</attribute>
         </gbean>
     </module>
 

Modified: geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml?rev=662850&r1=662849&r2=662850&view=diff
==============================================================================
--- geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml (original)
+++ geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml Tue Jun  3 10:55:51 2008
@@ -316,7 +316,7 @@
     <module name="org.apache.geronimo.configs/javamail/${version}/car">
         <gbean name="SMTPTransport">
             <attribute name="host">localhost</attribute>
-            <attribute name="port">${SMTPPort + PortOffset}</attribute>
+            <attribute name="port">${SMTPPort}</attribute>
         </gbean>
     </module>