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 08:20:35 +0300
committerAtsushi Eno <atsushieno@gmail.com>2008-11-26 08:20:35 +0300
commit6edb954c64938f875a1cfe6cfba94ecfcd22d741 (patch)
tree870c5f31c0aef29c164c4bb7b21007496a814477 /mcs/nunit24
parent37dbe04047ee25a43ad31315369307311ca50adb (diff)
2005-11-26 Atsushi Enomoto <atsushi@ximian.com>
* CommonAssemblyInfo.cs : why is it required in extra-distfiles? svn path=/trunk/mcs/; revision=120053
Diffstat (limited to 'mcs/nunit24')
-rw-r--r--mcs/nunit24/ChangeLog4
-rw-r--r--mcs/nunit24/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/nunit24/ChangeLog b/mcs/nunit24/ChangeLog
index d07aeab3c96..8ffc618b11b 100644
--- a/mcs/nunit24/ChangeLog
+++ b/mcs/nunit24/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-26 Atsushi Enomoto <atsushi@ximian.com>
+
+ * CommonAssemblyInfo.cs : why is it required in extra-distfiles?
+
2005-11-25 Atsushi Enomoto <atsushi@ximian.com>
* ConsoleClient/nunit-console-exe/nunit-console.exe.config.net_3_5 :
diff --git a/mcs/nunit24/Makefile b/mcs/nunit24/Makefile
index a8f3d5ff852..2912cf40198 100644
--- a/mcs/nunit24/Makefile
+++ b/mcs/nunit24/Makefile
@@ -5,7 +5,8 @@ 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
+DISTFILES = license.rtf nunit.sln nunit_VS2005.sln nunit.snk \
+ CommonAssemblyInfo.cs
all-local install-local test-local run-test-local run-test-ondotnet-local clean-local uninstall-local doc-update-local: