Răsfoiți Sursa

In System.Xml.Schema:
In .:
2009-04-21 Sebastien Pouliot <[email protected]>

* System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
* net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
more code duplication for 2.1 and fix the build


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

Sebastien Pouliot 16 ani în urmă
părinte
comite
a9d09a6678

+ 6 - 0
mcs/class/System.Runtime.Serialization/ChangeLog

@@ -1,3 +1,9 @@
+2009-04-21  Sebastien Pouliot  <[email protected]> 
+
+	* System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
+	* net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove 
+	more code duplication for 2.1 and fix the build
+
 2009-04-21  Sebastien Pouliot  <[email protected]>
 
 	* net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove

+ 0 - 4
mcs/class/System.Runtime.Serialization/System.Xml.Schema/ChangeLog

@@ -1,4 +0,0 @@
-2008-09-09  Atsushi Enomoto  <[email protected]>
-			Jb Evain  <[email protected]>
-
-	* XmlSchema.cs: add helper internal class.

+ 0 - 41
mcs/class/System.Runtime.Serialization/System.Xml.Schema/XmlSchema.cs

@@ -1,41 +0,0 @@
-//
-// System.Xml.Schema/XmlSchema.cs
-//
-// Author:
-//	Atsushi Enomoto <[email protected]>
-//
-// Copyright (C) 2008 Novell, Inc.  http://www.novell.com
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
-// This is a dummy class that just holds constants
-
-#if NET_2_1
-
-namespace System.Xml.Schema
-{
-	internal class XmlSchema
-	{
-		public const string Namespace = "http://www.w3.org/2001/XMLSchema";
-		public const string InstanceNamespace = "http://www.w3.org/2001/XMLSchema-instance";
-	}
-}
-#endif

+ 0 - 2
mcs/class/System.Runtime.Serialization/net_2_1_raw_System.Runtime.Serialization.dll.sources

@@ -1,5 +1,3 @@
-../../build/common/Consts.cs
-../../build/common/Locale.cs
 Assembly/AssemblyInfo.cs
 System.Runtime.Serialization/CollectionDataContractAttribute.cs
 System.Runtime.Serialization/ContractNamespaceAttribute.cs