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:
authorJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 01:08:36 +0300
committerJeroen Janssen <jeroen@mono-cvs.ximian.com>2002-12-11 01:08:36 +0300
commitdeafc750cf306d4b6ba1298318aea6f423f5a26f (patch)
tree90988e6bdfed7f3dc69259fe2796c92f6fe6fa13 /mcs/class/System.Configuration.Install
parenta91a4d1e895ecf98378340f6f7b628e793c9bc4b (diff)
2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
* updated .build file(s) to correctly contain required buildfile attribute for nant svn path=/trunk/mcs/; revision=9543
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/ChangeLog5
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/ChangeLog b/mcs/class/System.Configuration.Install/ChangeLog
index 0076c76aab6..1404b40064a 100644
--- a/mcs/class/System.Configuration.Install/ChangeLog
+++ b/mcs/class/System.Configuration.Install/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
+
+ * updated .build file(s) to correctly contain required buildfile
+ attribute for nant
+
2002-12-01 Alejandro Sánchez Acosta <raciel@es.gnu.org>
* list.unix: Changed
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install.build b/mcs/class/System.Configuration.Install/System.Configuration.Install.build
index 2369da3e3af..7ebb169a1bd 100644
--- a/mcs/class/System.Configuration.Install/System.Configuration.Install.build
+++ b/mcs/class/System.Configuration.Install/System.Configuration.Install.build
@@ -20,7 +20,7 @@
</sources>
</csc>
<copy file="../lib/System.Configuration.Install.dll" tofile="Test/System.Configuration.Install.dll"/>
- <nant basedir="Test" target="build"/>
+ <nant basedir="Test" target="build" buildfile="Test/System.Configuration.Install_test.build"/>
</target>
<target name="test" depends="build">