|
From: <mba...@us...> - 2007-02-17 20:30:31
|
Revision: 1956
http://svn.sourceforge.net/rubyeclipse/?rev=1956&view=rev
Author: mbarchfe
Date: 2007-02-17 12:30:27 -0800 (Sat, 17 Feb 2007)
Log Message:
-----------
now run pluginbuilder build.xml
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-17 20:24:20 UTC (rev 1955)
+++ trunk/org.rubypeople.rdt.build/cruiseControl/config.xml 2007-02-17 20:30:27 UTC (rev 1956)
@@ -2,6 +2,10 @@
<project name="RDT" buildafterfailed="false">
<plugin name="labelincrementer" classname="org.rubypeople.rdt.cruisecontrol.plugin.EclipsePluginLabelProvider"/>
<labelincrementer prefix="0.8.0"/>
+
+ <bootstrappers>
+ <svnbootstrapper localworkingcopy="../pluginbuilder"/>
+ </bootstrappers>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="180">
@@ -11,10 +15,13 @@
<!-- Configures the actual build loop, how often and which build file/target -->
<schedule interval="60">
<ant antscript="/home/rdt/cruisecontrol-bin-2.5/apache-ant-1.6.5/bin/ant"
- buildfile="build-RDT.xml"
- target="dist"
+ antWorkingDir="../pluginbuilder"
+ buildfile="build.xml"
+ target="dist-cc"
uselogger="true"
- usedebug="false"/>
+ usedebug="false">
+ <property name="version.prefix" value="0.8.0"/>
+ </ant>
</schedule>
<log dir="logs/RDT">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|