From c2c2c0376832d448fe4f23cfdeff779729ab3bd7 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 31 May 2007 13:44:21 +0000 Subject: [PATCH] * System.dll.sources: Added LookupBindingPropertiesAttribute.cs. * System_test.dll.sources: Added LookupBindingPropertiesAttributeTest.cs svn path=/trunk/mcs/; revision=78327 --- mcs/class/System/ChangeLog | 6 ++++++ mcs/class/System/System.dll.sources | 1 + mcs/class/System/System_test.dll.sources | 1 + 3 files changed, 8 insertions(+) diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog index e87c463e2c4..fdabdd29021 100644 --- a/mcs/class/System/ChangeLog +++ b/mcs/class/System/ChangeLog @@ -1,3 +1,9 @@ +2007-05-31 Rolf Bjarne Kvinge + + * System.dll.sources: Added LookupBindingPropertiesAttribute.cs. + * System_test.dll.sources: Added + LookupBindingPropertiesAttributeTest.cs + 2007-05-30 Sebastien Pouliot * System.dll.sources: Add S.C.D.IComponentDiscoveryService diff --git a/mcs/class/System/System.dll.sources b/mcs/class/System/System.dll.sources index d1819c1dbaf..ba432591fa5 100644 --- a/mcs/class/System/System.dll.sources +++ b/mcs/class/System/System.dll.sources @@ -340,6 +340,7 @@ System.ComponentModel/ListSortDescriptionCollection.cs System.ComponentModel/ListSortDescription.cs System.ComponentModel/ListSortDirection.cs System.ComponentModel/LocalizableAttribute.cs +System.ComponentModel/LookupBindingPropertiesAttribute.cs System.ComponentModel/MarshalByValueComponent.cs System.ComponentModel/MaskedTextProvider.cs System.ComponentModel/MaskedTextResultHint.cs diff --git a/mcs/class/System/System_test.dll.sources b/mcs/class/System/System_test.dll.sources index a1176da3db9..a2ac18264e7 100644 --- a/mcs/class/System/System_test.dll.sources +++ b/mcs/class/System/System_test.dll.sources @@ -124,6 +124,7 @@ System.ComponentModel/Int16ConverterTests.cs System.ComponentModel/Int32ConverterTests.cs System.ComponentModel/Int64ConverterTests.cs System.ComponentModel/LicenseManagerTests.cs +System.ComponentModel/LookupBindingPropertiesAttributeTest.cs System.ComponentModel/MaskedTextProviderTest.cs System.ComponentModel/PropertyDescriptorCollectionTests.cs System.ComponentModel/PropertyDescriptorTests.cs -- 2.25.1