nicko 2005/02/13 19:17:43
Modified: . build.cmd Log: Updated to use nant 0.85 rc1 Revision Changes Path 1.4 +1 -1 logging-log4net/build.cmd Index: build.cmd =================================================================== RCS file: /home/cvs/logging-log4net/build.cmd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.cmd 28 May 2004 21:42:51 -0000 1.3 +++ build.cmd 14 Feb 2005 03:17:43 -0000 1.4 @@ -18,7 +18,7 @@ IF NOT ERRORLEVEL 1 goto FoundNAnt REM Try hard coded path for NAnt -SET NANTEXE_PATH=C:\net\nant-0.85-20040520\bin\nant.exe +SET NANTEXE_PATH=C:\net\nant-0.85-rc1\bin\nant.exe %NANTEXE_PATH% -help >NUL: 2>NUL: IF NOT ERRORLEVEL 1 goto FoundNAnt
