|
From: <caw...@us...> - 2007-08-23 13:58:55
|
Revision: 3057
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3057&view=rev
Author: cawilliams
Date: 2007-08-23 06:58:51 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
fix build results url to append port 8080 (otherwise teh site is rather broken - images and links)
Modified Paths:
--------------
trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
Modified: trunk/org.rubypeople.rdt.build/cruiseControl/config.xml
===================================================================
--- trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-08-23 13:48:56 UTC (rev 3056)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-08-23 13:58:51 UTC (rev 3057)
@@ -61,7 +61,7 @@
<email
mailhost="mail.sf.net"
returnaddress="mba...@us..."
- buildresultsurl="http://rdtcc.pluginbuilder.org/cruisecontrol/buildresults/RDT"
+ buildresultsurl="http://rdtcc.pluginbuilder.org:8080/cruisecontrol/buildresults/RDT"
skipusers="true"
spamwhilebroken="false">
<always address="rub...@li..."/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|