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:
authorMiguel de Icaza <miguel@gnome.org>2002-12-11 02:02:59 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-12-11 02:02:59 +0300
commit8fa2cc52bae335a9c0b35ed798523ef955e36366 (patch)
treece47b48375f6b35cf9db48e8ae8abea56b9d0925 /mcs/class/System.Configuration.Install
parentdc2bd0825c1e6915a35d4b32eac02e351152b76c (diff)
Reverted changes, they break the build with our setup.
svn path=/trunk/mcs/; revision=9548
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/System.Configuration.Install.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install.build b/mcs/class/System.Configuration.Install/System.Configuration.Install.build
index 7ebb169a1bd..2369da3e3af 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" buildfile="Test/System.Configuration.Install_test.build"/>
+ <nant basedir="Test" target="build"/>
</target>
<target name="test" depends="build">