Browse Source

2005-09-25 Atsushi Enomoto <[email protected]>

	* XmlSchemaBuiltInType.cs : removed obsolete beta file.

	* System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.


svn path=/trunk/mcs/; revision=50735
Atsushi Eno 20 years ago
parent
commit
bb6f4f7d64

+ 9 - 0
mcs/class/System.XML/ChangeLog

@@ -1,3 +1,12 @@
+2005-09-25  Atsushi Enomoto  <[email protected]>
+
+	* System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
+
+2005-09-21  Atsushi Enomoto  <[email protected]>
+
+	* Makefile : shut down CS0642 noise.
+	* System.Xml.dll.sources : added XmlOutputMethod.
+
 2005-09-20 Konstantin Triger <[email protected]>
 
         * Added jay.bat to run jay in java prebuild step

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

@@ -1,3 +1,7 @@
+2005-09-25  Atsushi Enomoto <[email protected]>
+
+	* XmlSchemaBuiltInType.cs : removed obsolete beta file.
+
 2005-09-25  Atsushi Enomoto <[email protected]>
 
 	* XmlSchemaValidationFlags.cs, XmlSchemaValidator.cs :

+ 0 - 83
mcs/class/System.XML/System.Xml.Schema/XmlSchemaBuiltInType.cs

@@ -1,83 +0,0 @@
-//
-// XmlSchemaBuiltInType.cs
-//
-// Author:
-//	Atsushi Enomoto <[email protected]>
-//
-
-//
-// 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.
-//
-#if NET_2_0
-
-namespace System.Xml.Schema
-{
-	public enum XmlSchemaBuiltInType
-	{
-		None,
-		AnyType,
-		AnySimpleType,
-		String,
-		Boolean,
-		Float,
-		Double,
-		Decimal,
-		Duration,
-		AnyUri,
-		Base64Binary,
-		Byte,
-		Date,
-		DateTime,
-		GDay,
-		GMonth,
-		GMonthDay,
-		GYear,
-		GYearMonth,
-		HexBinary,
-		Entities,
-		Entity,
-		Id,
-		Idref,
-		Idrefs,
-		Int,
-		Integer,
-		Language,
-		Long,
-		Name,
-		NCName,
-		NegativeInteger,
-		NmToken,
-		NmTokens,
-		NonNegativeInteger,
-		NonPositiveInteger,
-		NormalizedString,
-		Notation,
-		PositiveInteger,
-		QName,
-		Short,
-		Time,
-		Token,
-		UnsignedByte,
-		UnsignedInt,
-		UnsignedLong,
-		UnsignedShort,
-	}
-}
-#endif

+ 0 - 1
mcs/class/System.XML/System.Xml.dll.sources

@@ -198,7 +198,6 @@ System.Xml.Schema/XmlSchemaAppInfo.cs
 System.Xml.Schema/XmlSchemaAttribute.cs
 System.Xml.Schema/XmlSchemaAttributeGroup.cs
 System.Xml.Schema/XmlSchemaAttributeGroupRef.cs
-System.Xml.Schema/XmlSchemaBuiltInType.cs
 System.Xml.Schema/XmlSchemaChoice.cs
 System.Xml.Schema/XmlSchemaCollection.cs
 System.Xml.Schema/XmlSchemaCollectionEnumerator.cs