|
From: Markus B. <mba...@us...> - 2006-05-16 23:59:28
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27747 Modified Files: config.xml customTargets.xml Log Message: Chanaged cvs host name to rubyeclipse.cvs.sourceforge.net Index: customTargets.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/customTargets.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** customTargets.xml 5 Feb 2006 19:44:44 -0000 1.9 --- customTargets.xml 16 May 2006 23:59:25 -0000 1.10 *************** *** 52,60 **** </target> <target name="getMapFilesWithExtMethod" unless="usePserver"> ! <property name="cvsRoot" value=":ext:cvs.sf.net:/cvsroot/rubyeclipse" /> <cvs cvsroot="${cvsRoot}" dest="${buildDirectory}/maps" command="export -r ${mapVersionTag} org.rubypeople.rdt.build/map" /> </target> <target name="getMapFilesWithPserverMethod" if="usePserver"> ! <property name="cvsRoot" value=":pserver:ano...@cv...:/cvsroot/rubyeclipse" /> <cvs cvsroot="${cvsRoot}" dest="${buildDirectory}/maps" command="export -r ${mapVersionTag} org.rubypeople.rdt.build/map" /> <replace dir="${buildDirectory}/maps" value=":pserver:anonymous@"> --- 52,60 ---- </target> <target name="getMapFilesWithExtMethod" unless="usePserver"> ! <property name="cvsRoot" value=":ext:rubyeclipse.cvs.sourceforge.net:/cvsroot/rubyeclipse" /> <cvs cvsroot="${cvsRoot}" dest="${buildDirectory}/maps" command="export -r ${mapVersionTag} org.rubypeople.rdt.build/map" /> </target> <target name="getMapFilesWithPserverMethod" if="usePserver"> ! <property name="cvsRoot" value=":pserver:ano...@ru...:/cvsroot/rubyeclipse" /> <cvs cvsroot="${cvsRoot}" dest="${buildDirectory}/maps" command="export -r ${mapVersionTag} org.rubypeople.rdt.build/map" /> <replace dir="${buildDirectory}/maps" value=":pserver:anonymous@"> Index: config.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/config.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** config.xml 16 May 2006 22:52:00 -0000 1.7 --- config.xml 16 May 2006 23:59:25 -0000 1.8 *************** *** 6,10 **** <!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset quietperiod="120"> ! <cvs cvsroot=":ext:mba...@ru...:/cvsroot/rubyeclipse" module="rdt-all"/> </modificationset> --- 6,10 ---- <!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset quietperiod="120"> ! <cvs cvsroot=":ext:mba...@ru...:/cvsroot/rubyeclipse" module="rdt-all"/> </modificationset> |