|
From: <mba...@us...> - 2007-02-18 11:42:16
|
Revision: 1961
http://svn.sourceforge.net/rubyeclipse/?rev=1961&view=rev
Author: mbarchfe
Date: 2007-02-18 03:42:08 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
updated artifactspublisher
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-02-18 11:39:10 UTC (rev 1960)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-02-18 11:42:08 UTC (rev 1961)
@@ -37,9 +37,9 @@
<!-- Publishers are run *after* a build completes -->
<publishers>
<onsuccess>
- <artifactspublisher
- dir="checkout/RDT/dist"
- dest="artifacts/RDT"/>
+ <artifactspublisher
+ dir="${buildDirectory}/results"
+ dest="artifacts/RDT"/>
<execute command="/home/rdt/cruiseControlWorkspace/purgeNightlyBuildWebSite.sh"/>
<scp
sourcedir="${buildDirectory}/results"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|