|
From: <mik...@us...> - 2003-07-30 17:10:36
|
Update of /cvsroot/nmock/nmock In directory sc8-pr-cvs1:/tmp/cvs-serv18381 Modified Files: nmock.build Log Message: Adding CruiseControl.NET bootstrap build file (removing bootstrap behaviour from main build file) Index: nmock.build =================================================================== RCS file: /cvsroot/nmock/nmock/nmock.build,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nmock.build 31 Dec 2002 21:36:37 -0000 1.3 --- nmock.build 30 Jul 2003 17:10:33 -0000 1.4 *************** *** 64,68 **** <target name="cruise"> <property name="nunit.output" value="Xml"/> - <exec program="cvs.exe" commandline="-q update -P -d" /> <call target="release"/> </target> --- 64,67 ---- |