Author: raja
Date: 2006-07-14 04:57:51 -0400 (Fri, 14 Jul 2006)
New Revision: 62593

Modified:
   trunk/mcs/class/ChangeLog
   trunk/mcs/class/Makefile
Log:
* Makefile (net_2_0_dirs): Move System.Transactions ...
(common_dirs): ... here, before System.Data, which depends on it
in the net_2_0 profile.


Modified: trunk/mcs/class/ChangeLog
===================================================================
--- trunk/mcs/class/ChangeLog   2006-07-14 08:55:39 UTC (rev 62592)
+++ trunk/mcs/class/ChangeLog   2006-07-14 08:57:51 UTC (rev 62593)
@@ -1,3 +1,9 @@
+2006-07-14  Raja R Harinath  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * Makefile (common_dirs): add System.Web again after

Modified: trunk/mcs/class/Makefile
===================================================================
--- trunk/mcs/class/Makefile    2006-07-14 08:55:39 UTC (rev 62592)
+++ trunk/mcs/class/Makefile    2006-07-14 08:57:51 UTC (rev 62593)
@@ -43,6 +43,7 @@
        System.EnterpriseServices       \
        Mono.C5                         \
        Mono.Data.Tds                   \
+       System.Transactions             \
        System.Data                     \
        Mono.Data                       \
        Mono.GetOptions                 \
@@ -89,8 +90,7 @@
        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)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to