Skip to content

Commit

Permalink
Remove unnecessary files from nant directory and rename it
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed May 14, 2012
1 parent e3a94a4 commit e34cb89
Show file tree
Hide file tree
Showing 482 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build
@@ -1,7 +1,7 @@
#!/bin/sh
# build - Builds and tests NUnit

NANT="tools/nant-0.90/bin/NAnt.exe"
NANT="tools/nant/NAnt.exe"
options="-f:scripts/nunit.build.targets"
config=""
runtime=""
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -4,7 +4,7 @@ rem BUILD - Builds and tests NUnit

setlocal

set NANT=tools\NAnt-0.91\bin\nant.exe
set NANT=tools\nant\nant.exe
set OPTIONS=-f:scripts\nunit.build.targets
set CONFIG=
set RUNTIME=
Expand Down
2 changes: 1 addition & 1 deletion nant
@@ -1,3 +1,3 @@
#!/bin/sh
exec mono tools/nant-0.90/bin/NAnt.exe $@
exec mono tools/nant/NAnt.exe $@

2 changes: 1 addition & 1 deletion nant.bat
@@ -1,2 +1,2 @@
tools\nant-0.91\bin\nant.exe %*
tools\nant\nant.exe %*

2 changes: 1 addition & 1 deletion package
@@ -1,7 +1,7 @@
#!/bin/sh
# PACKAGE - Packages NUnit

NANT="tools/nant-0.91/bin/NAnt.exe"
NANT="tools/nant/NAnt.exe"
options="-f:scripts/nunit.package.targets"
config=""
runtime=""
Expand Down
2 changes: 1 addition & 1 deletion package.bat
Expand Up @@ -4,7 +4,7 @@ rem PACKAGE - Packages NUnit

setlocal

set NANT=tools\NAnt-0.91\bin\nant.exe
set NANT=tools\nant\nant.exe
set OPTIONS=-f:scripts/nunit.package.targets
set CONFIG=
set RUNTIME=
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e34cb89

Please sign in to comment.