From: Choy R. <ch...@us...> - 2005-02-16 10:59:33
|
Update of /cvsroot/dotnetmock/dotnetmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21554 Modified Files: DotNetMock.build Log Message: Only need MbUnit NAnt task now that we're using NAnt 0.85 rc2 Index: DotNetMock.build =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.build,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** DotNetMock.build 12 Feb 2005 18:54:07 -0000 1.22 --- DotNetMock.build 16 Feb 2005 10:59:23 -0000 1.23 *************** *** 49,53 **** </target> <target name="mbunit" depends="build"> - <!-- cannot use MbUnit.Tasks because it requires NAnt 0.85 --> <loadtasks assembly="${mbunit.dir}/MbUnit.Tasks.dll"/> <mbunit --- 49,52 ---- *************** *** 60,67 **** </assemblies> </mbunit> - <exec program="${mbunit.dir}/MbUnit.Cons.exe" workingdir="${build.dir}"> - <arg value="/report-type:Text" /> - <arg value="DotNetMock.Examples.MbUnitTests.dll" /> - </exec> </target> <target name="build" description="Builds .NET Mock Object modules" depends="init"> --- 59,62 ---- |