From 5f4a34a6fca851d14bd131e6f28e6273d435c14b Mon Sep 17 00:00:00 2001 From: jbevain Date: Tue, 6 Apr 2010 14:31:59 +0000 Subject: [PATCH] move FrameworkName from corlib to System git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@154845 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/System/System.Runtime.Versioning/ChangeLog | 3 +++ class/{corlib => System}/System.Runtime.Versioning/FrameworkName.cs | 0 class/System/System.dll.sources | 1 + class/System/System_test.dll.sources | 1 + class/System/Test/System.Runtime.Versioning/ChangeLog | 3 +++ .../Test/System.Runtime.Versioning/FrameworkNameTest.cs | 0 class/corlib/corlib.dll.sources | 1 - class/corlib/corlib_test.dll.sources | 1 - 8 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 class/System/System.Runtime.Versioning/ChangeLog rename class/{corlib => System}/System.Runtime.Versioning/FrameworkName.cs (100%) create mode 100644 class/System/Test/System.Runtime.Versioning/ChangeLog rename class/{corlib => System}/Test/System.Runtime.Versioning/FrameworkNameTest.cs (100%) diff --git a/class/System/System.Runtime.Versioning/ChangeLog b/class/System/System.Runtime.Versioning/ChangeLog new file mode 100644 index 0000000000..66df0a78af --- /dev/null +++ b/class/System/System.Runtime.Versioning/ChangeLog @@ -0,0 +1,3 @@ +2010-04-06 Jb Evain + + * FrameworkName.cs: moved here from corlib where it was pre-RC. diff --git a/class/corlib/System.Runtime.Versioning/FrameworkName.cs b/class/System/System.Runtime.Versioning/FrameworkName.cs similarity index 100% rename from class/corlib/System.Runtime.Versioning/FrameworkName.cs rename to class/System/System.Runtime.Versioning/FrameworkName.cs diff --git a/class/System/System.dll.sources b/class/System/System.dll.sources index 17bbdca449..1e70449d00 100644 --- a/class/System/System.dll.sources +++ b/class/System/System.dll.sources @@ -874,6 +874,7 @@ System.Net/WebRequestMethods.cs System.Net/WebResponse.cs System.Net/WebUtility.cs System/NewsStyleUriParser.cs +System.Runtime.Versioning/FrameworkName.cs System.Security.AccessControl/SemaphoreAccessRule.cs System.Security.AccessControl/SemaphoreAuditRule.cs System.Security.AccessControl/SemaphoreRights.cs diff --git a/class/System/System_test.dll.sources b/class/System/System_test.dll.sources index 8883c2a912..bf8920af0e 100644 --- a/class/System/System_test.dll.sources +++ b/class/System/System_test.dll.sources @@ -252,6 +252,7 @@ System.Net.Mail/SmtpPermissionAttributeTest.cs System.Net.Mime/ContentDispositionTest.cs System.Net.Mime/ContentTypeTest.cs System.Net.NetworkInformation/PhysicalAddressTest.cs +System.Runtime.Versioning/FrameworkNameTest.cs System.Security.Cryptography/AsnEncodedDataTest.cs System.Security.Cryptography/OidCollectionTest.cs System.Security.Cryptography/OidEnumeratorTest.cs diff --git a/class/System/Test/System.Runtime.Versioning/ChangeLog b/class/System/Test/System.Runtime.Versioning/ChangeLog new file mode 100644 index 0000000000..5b091b6e70 --- /dev/null +++ b/class/System/Test/System.Runtime.Versioning/ChangeLog @@ -0,0 +1,3 @@ +2010-04-06 Jb Evain + + * FrameworkNameTest.cs: moved here from corlib where it was pre-RC. diff --git a/class/corlib/Test/System.Runtime.Versioning/FrameworkNameTest.cs b/class/System/Test/System.Runtime.Versioning/FrameworkNameTest.cs similarity index 100% rename from class/corlib/Test/System.Runtime.Versioning/FrameworkNameTest.cs rename to class/System/Test/System.Runtime.Versioning/FrameworkNameTest.cs diff --git a/class/corlib/corlib.dll.sources b/class/corlib/corlib.dll.sources index 19a347bde8..25c5cbf7b3 100644 --- a/class/corlib/corlib.dll.sources +++ b/class/corlib/corlib.dll.sources @@ -1104,7 +1104,6 @@ System.Runtime.Serialization.Formatters.Binary/CodeGenerator.cs System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs -System.Runtime.Versioning/FrameworkName.cs System.Runtime.Versioning/ResourceConsumptionAttribute.cs System.Runtime.Versioning/ResourceExposureAttribute.cs System.Runtime.Versioning/ResourceScope.cs diff --git a/class/corlib/corlib_test.dll.sources b/class/corlib/corlib_test.dll.sources index 9bbfb60b7d..02dbe74c2f 100644 --- a/class/corlib/corlib_test.dll.sources +++ b/class/corlib/corlib_test.dll.sources @@ -181,7 +181,6 @@ System.Runtime.Serialization/SerializationCallbackTest.cs System.Runtime.Serialization/ArraySerializationTest.cs System.Runtime.Serialization/ObjectManagerTest.cs System.Runtime.Serialization.Formatters.Binary/BinaryFormatterTest.cs -System.Runtime.Versioning/FrameworkNameTest.cs System.Runtime.Versioning/ResourceConsumptionAttributeTest.cs System.Runtime.Versioning/ResourceExposureAttributeTest.cs System.Runtime.Versioning/TargetFrameworkAttributeTest.cs -- 2.11.4.GIT