[jbossws-commits] JBossWS SVN: r3429 - trunk/build/hudson/hudson-home.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 4 09:31:16 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-04 09:31:16 -0400 (Mon, 04 Jun 2007)
New Revision: 3429

Modified:
   trunk/build/hudson/hudson-home/hudson.tasks.Mailer.xml
Log:
Use hudson.http.port

Modified: trunk/build/hudson/hudson-home/hudson.tasks.Mailer.xml
===================================================================
--- trunk/build/hudson/hudson-home/hudson.tasks.Mailer.xml	2007-06-04 13:28:42 UTC (rev 3428)
+++ trunk/build/hudson/hudson-home/hudson.tasks.Mailer.xml	2007-06-04 13:31:16 UTC (rev 3429)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <hudson.tasks.Mailer-DescriptorImpl>
   <defaultSuffix>jboss.com</defaultSuffix>
-  <hudsonUrl>http://@hudson.host@:@hudson.port@/hudson/</hudsonUrl>
+  <hudsonUrl>http://@hudson.host@:@hudson.http.port@/hudson/</hudsonUrl>
   <adminAddress>thomas.diesler at jboss.com</adminAddress>
   <smtpHost>@hudson.smtp.host@</smtpHost>
-</hudson.tasks.Mailer-DescriptorImpl>
\ No newline at end of file
+</hudson.tasks.Mailer-DescriptorImpl>




More information about the jbossws-commits mailing list