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-02-12 01:51:46 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-02-12 01:51:46 +0300
commit012b94b0775fe364db476a4b80e344d2cacbee1a (patch)
tree56b06ffe712d9ba3bf17762acb61a0e28fc3439d
parent2afd2692aa88690d2f40d1a1d64c37b821cd9a8a (diff)
Flush
svn path=/trunk/mcs/; revision=2344
-rw-r--r--mcs/class/library.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/library.build b/mcs/class/library.build
index 5bf830ef496..e92f352509b 100644
--- a/mcs/class/library.build
+++ b/mcs/class/library.build
@@ -12,17 +12,17 @@
<nant basedir="System" target="build"/>
<nant basedir="System.Data" target="build"/>
<nant basedir="System.Drawing" target="build"/>
- <nant basedir="System.Web" target="build"/>
<nant basedir="System.XML" target="build"/>
+ <nant basedir="System.Web" target="build"/>
</target>
<target name="linux">
<nant basedir="corlib" target="linux"/>
<nant basedir="System" target="build"/>
<nant basedir="System.Drawing" target="build"/>
- <nant basedir="System.Web" target="build"/>
<nant basedir="System.XML" target="build"/>
<nant basedir="System.Data" target="build"/>
+ <nant basedir="System.Web" target="build"/>
</target>
<target name="test">