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:
authorAtsushi Eno <atsushieno@gmail.com>2008-11-26 02:56:57 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-26 02:56:57 +0300
commit394f2c34e727e7b4fa7093a0c47ee752a4f9ae0b (patch)
tree59b31404cff58d335c3ec1bb43c81c706bcf5c41 /mcs/nunit24
parent1569f559b918c6d45d9d1e2da242a42509ed2f26 (diff)
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : remove nonexistent distfiles. svn path=/trunk/mcs/; revision=120033
Diffstat (limited to 'mcs/nunit24')
-rw-r--r--mcs/nunit24/ChangeLog8
-rw-r--r--mcs/nunit24/Makefile2
2 files changed, 9 insertions, 1 deletions
diff --git a/mcs/nunit24/ChangeLog b/mcs/nunit24/ChangeLog
new file mode 100644
index 00000000000..122f9bb0d86
--- /dev/null
+++ b/mcs/nunit24/ChangeLog
@@ -0,0 +1,8 @@
+2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Makefile : remove nonexistent distfiles.
+
+2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
+
+ * import NUnit 2.4.8 to replace with fresh version.
+
diff --git a/mcs/nunit24/Makefile b/mcs/nunit24/Makefile
index 3d762f4f093..95e0e281eba 100644
--- a/mcs/nunit24/Makefile
+++ b/mcs/nunit24/Makefile
@@ -5,7 +5,7 @@ SUBDIRS = NUnitFramework/framework NUnitCore/interfaces NUnitCore/core \
ConsoleRunner/nunit-console ConsoleRunner/nunit-console-exe
include ../build/rules.make
-DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk README \
+DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk \
NUnitExtensions/docs/RowTest/*
all-local install-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local: