* Makefile (net_2_0_dirs): Move System.Transactions ...
authorRaja R Harinath <harinath@hurrynot.org>
Fri, 14 Jul 2006 08:57:51 +0000 (08:57 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Fri, 14 Jul 2006 08:57:51 +0000 (08:57 -0000)
(common_dirs): ... here, before System.Data, which depends on it
in the net_2_0 profile.

svn path=/trunk/mcs/; revision=62593

mcs/class/ChangeLog
mcs/class/Makefile

index 6967e5a33fa108a6d2c98dbecbe691dc97c472ca..233503a804903106bd2af34ab4e953520dc609b0 100644 (file)
@@ -1,3 +1,9 @@
+2006-07-14  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_dirs): Move System.Transactions ...
+       (common_dirs): ... here, before System.Data, which depends on it
+       in the net_2_0 profile.
+
 2006-01-18  Chris Toshok  <toshok@ximian.com>
 
        * Makefile (common_dirs): add System.Web again after
index 07735b0cdf958793b635db7de0d410bc8938be6c..aaad9b7de63c434fae4c77294efbfef647d64f04 100644 (file)
@@ -43,6 +43,7 @@ common_dirs := \
        System.EnterpriseServices       \
        Mono.C5                         \
        Mono.Data.Tds                   \
+       System.Transactions             \
        System.Data                     \
        Mono.Data                       \
        Mono.GetOptions                 \
@@ -89,8 +90,7 @@ net_2_0_dirs := \
        Microsoft.Build.Framework       \
        Microsoft.Build.Utilities       \
        Microsoft.Build.Engine          \
-       Microsoft.Build.Tasks           \
-       System.Transactions
+       Microsoft.Build.Tasks
 
 default_SUBDIRS := $(common_dirs) $(default_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs)