|
From: Owen R. <exo...@us...> - 2004-11-11 07:31:31
|
Update of /cvsroot/nmock/nmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28276 Modified Files: .cvsignore nmock.build Log Message: qualified sn.exe with absolute path (fixing the build) Index: .cvsignore =================================================================== RCS file: /cvsroot/nmock/nmock/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .cvsignore 17 Sep 2004 03:33:29 -0000 1.4 --- .cvsignore 11 Nov 2004 07:31:19 -0000 1.5 *************** *** 5,7 **** nmock.resharper nmock.resharperoptions ! _ReSharper.nmock \ No newline at end of file --- 5,9 ---- nmock.resharper nmock.resharperoptions ! _ReSharper.nmock ! nmock.snk ! StrongName.cs \ No newline at end of file Index: nmock.build =================================================================== RCS file: /cvsroot/nmock/nmock/nmock.build,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** nmock.build 5 Nov 2004 15:34:22 -0000 1.12 --- nmock.build 11 Nov 2004 07:31:20 -0000 1.13 *************** *** 58,62 **** <target name="keypair" description="Generate strong name key pair"> ! <exec program="sn" commandline="-k"> <arg value="${nmock.keypair}" /> </exec> --- 58,62 ---- <target name="keypair" description="Generate strong name key pair"> ! <exec program="${nant.settings.currentframework.sdkdirectory}\sn.exe" commandline="-q -k"> <arg value="${nmock.keypair}" /> </exec> |