|
From: <mba...@us...> - 2007-02-18 11:45:23
|
Revision: 1962
http://svn.sourceforge.net/rubyeclipse/?rev=1962&view=rev
Author: mbarchfe
Date: 2007-02-18 03:45:20 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
added config.xml itself to bootstrapper, so that a check-in will automatically update the config.xml file on the build server
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:42:08 UTC (rev 1961)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-02-18 11:45:20 UTC (rev 1962)
@@ -5,6 +5,7 @@
<property name="buildDirectory" value="/home/rdt/build-cc"/>
<bootstrappers>
<svnbootstrapper localworkingcopy="../pluginbuilder"/>
+ <svnbootstrapper localworkingcopy="."/>
</bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|