Updated to use nant 0.85 rc1


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/4fa09a40
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/4fa09a40
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/4fa09a40

Branch: refs/heads/origin/trunk
Commit: 4fa09a409522d5eeea3d32acbc6de105de4f09c9
Parents: dd6dbc9
Author: Nicko Cadell <ni...@apache.org>
Authored: Mon Feb 14 03:17:43 2005 +0000
Committer: Nicko Cadell <ni...@apache.org>
Committed: Mon Feb 14 03:17:43 2005 +0000

----------------------------------------------------------------------
 build.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4fa09a40/build.cmd
----------------------------------------------------------------------
diff --git a/build.cmd b/build.cmd
index ca70a4d..f1483d7 100755
--- a/build.cmd
+++ b/build.cmd
@@ -18,7 +18,7 @@ SET NANTEXE_PATH=nant.exe
 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
 

Reply via email to