2010-06-30 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 29 Jun 2010 22:24:11 +0000 (22:24 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 29 Jun 2010 22:24:11 +0000 (22:24 -0000)
* Makefile: add S.R.DurableInstancing dir to 4.0.

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

mcs/class/ChangeLog
mcs/class/Makefile

index 67652a4923be71712375e0b13bafe9c551bf538e..c18cc4fbaefce5f9801553d14b601be662ae1369 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: add S.R.DurableInstancing dir to 4.0.
+
 2010-04-28  Marek Habersack  <mhabersack@novell.com>
 
        * Makefile (common_dirs): added System.Web.ApplicationServices
index 85f8258554a4c2e1d39ab35b60d000dc09e2b941..d404938fcb1554735dbdf26e18f8c9d094b55eb8 100644 (file)
@@ -107,7 +107,6 @@ net_2_0_dirs := \
        System.Web.DynamicData          \
        System.ServiceModel.Web         \
        System.Web.Mvc                  \
-       System.Web.Mvc2                 \
        Mono.C5                         \
        Mono.Management                 \
        Mono.Options                    \
@@ -173,7 +172,8 @@ net_4_0_dirs := \
        System.ComponentModel.Composition \
        System.Xaml \
        System.ServiceModel.Routing \
-       System.Runtime.Caching
+       System.Runtime.Caching \
+       System.Runtime.DurableInstancing
 
 net_2_0_bootstrap_SUBDIRS := $(bootstrap_dirs)
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs)