|
From: Christopher W. <caw...@us...> - 2006-04-14 01:21:16
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6263/cruiseControl Modified Files: build.properties config.xml Log Message: try to make nightly build use 0.8.0 prefix now Index: config.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/config.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.xml 5 Feb 2006 19:44:44 -0000 1.5 --- config.xml 14 Apr 2006 01:21:13 -0000 1.6 *************** *** 2,6 **** <project name="RDT" buildafterfailed="false"> <plugin name="labelincrementer" classname="org.rubypeople.rdt.cruisecontrol.plugin.EclipsePluginLabelProvider"/> ! <labelincrementer prefix="0.7.0"/> <!-- Defines where cruise looks for changes, to decide whether to run the build --> --- 2,6 ---- <project name="RDT" buildafterfailed="false"> <plugin name="labelincrementer" classname="org.rubypeople.rdt.cruisecontrol.plugin.EclipsePluginLabelProvider"/> ! <labelincrementer prefix="0.8.0"/> <!-- Defines where cruise looks for changes, to decide whether to run the build --> Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/build.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.properties 5 Feb 2006 16:40:58 -0000 1.3 --- build.properties 14 Apr 2006 01:21:13 -0000 1.4 *************** *** 127,131 **** # calculate the build label by its own with a label incrementer. See config.xml for # how to change the prefix for the eclipse label incrementer ! nightlyBuildFeatureVersionPrefix=0.7.0. # the buildResultsDirectory specifies a directory into which the build results are copied --- 127,131 ---- # calculate the build label by its own with a label incrementer. See config.xml for # how to change the prefix for the eclipse label incrementer ! nightlyBuildFeatureVersionPrefix=0.8.0. # the buildResultsDirectory specifies a directory into which the build results are copied |