Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nant/ChangeLog')
-rw-r--r--mcs/nant/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/nant/ChangeLog b/mcs/nant/ChangeLog
deleted file mode 100644
index b8cf5a0b451..00000000000
--- a/mcs/nant/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-2002-04-28 Nick Drochak <ndrochak@gol.com>
-
- * makefile: Make NAnt.exe dependant on all the *.cs in src and each sub
- dir. Since we don't remove it on a 'make clean' it doesn't get rebuilt
- when a new file is added or an existing one changed.
-
-2002-03-17 Nick Drochak <ndrochak@gol.com>
-
- * makefile: Do not remove the NAnt.exe on a 'make clean'. This would
- prevent other cleans from happening that need nant.
-
-2002/03/15 Nick Drochak <ndrochak@gol.com>
-
- * makefile: Compile a version of NAnt with Mono's libs. It only does
- this if you 'make NAnt_mono.exe'. Of course, right now the resulting
- exe probably is not going to work yet becuase of the immature class
- libs.