Revert parts of r37007.
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 3 Dec 2004 14:22:44 +0000 (14:22 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 3 Dec 2004 14:22:44 +0000 (14:22 -0000)
svn path=/trunk/mcs/; revision=37017

mcs/class/ChangeLog
mcs/class/Makefile

index 0027d1ed78077b4e593a2a736f2fb73de4b9ca5e..c4b2059afc8c8e27a87b0c2220cd8df5398f3288 100644 (file)
@@ -1,9 +1,3 @@
-2004-12-03  Raja R Harinath  <rharinath@novell.com>
-
-       System.Xml.dll is no longer built in the 'basic' profile.
-       * Makefile (basic_SUBDIRS): Don't mention System.XML.
-       (basic_files): Remove System.Xml.dll.
-
 2004-12-03  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (basic_SUBDIRS): Add second-pass System, too.
index 1e4a775247bc6734ad726f290f24a41f68aceec8..658dfd2ef063849c56f4a11290fe0cd39c27c6b5 100644 (file)
@@ -10,7 +10,7 @@ bootstrap_dirs := \
        System                                  \
        $(MONO_CSHARP_DEBUGGER)
 
-basic_SUBDIRS := corlib System
+basic_SUBDIRS := corlib System System.XML System
 net_1_1_bootstrap_SUBDIRS := $(bootstrap_dirs) Mono.Security
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 
@@ -102,7 +102,7 @@ DISTFILES = \
 all-local $(STD_TARGETS:=-local):
        @:
 
-basic_files = mcs.exe mscorlib.dll System.dll
+basic_files = mcs.exe mscorlib.dll System.dll System.Xml.dll
 
 DIST_PROFILE_DIRS = basic net_1_1_bootstrap default net_2_0_bootstrap net_2_0