Bläddra i källkod

2004-11-17 Atsushi Enomoto <[email protected]>

	* System.Xml.dll.sources, System.Xml.Query/XQueryConvert.cs,
	  System.Xml/XQueryConvert.cs : moved XQueryConvert.cs.


svn path=/trunk/mcs/; revision=36213
Atsushi Eno 21 år sedan
förälder
incheckning
1d3cbfe8b8

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

@@ -1,3 +1,8 @@
+2004-11-17  Atsushi Enomoto  <[email protected]>
+
+	* System.Xml.dll.sources : Moved XQueryConvert.cs from
+	  System.Xml.Query to System.Xml.
+
 2004-11-17  Atsushi Enomoto  <[email protected]>
 
 	* System.Xml.dll.sources : added XmlSchemaInference.cs,

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

@@ -1,3 +1,7 @@
+2004-11-17  Atsushi Enomoto <[email protected]>
+
+	* XQueryConvert.cs : moved to System.Xml.
+
 2004-11-16  Atsushi Enomoto <[email protected]>
 
 	* XQueryConvert.cs : added some date/dateTime methods.

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

@@ -357,5 +357,5 @@ System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
 System.Xml.Serialization/XmlTypeMapping.cs
 System.Xml.Serialization/XmlElementEventHandler.cs
 System.Xml.Serialization/XmlNodeEventHandler.cs
-System.Xml.Query/XQueryConvert.cs
+System.Xml/XQueryConvert.cs
 

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

@@ -1,3 +1,7 @@
+2004-11-17  Atsushi Enomoto <[email protected]>
+
+	* XQueryConvert.cs : moved from System.Xml.Query.
+
 2004-11-14  Atsushi Enomoto <[email protected]>
 
 	* XmlWriter.cs : after WriteAttributes(), argument XmlReader must

+ 0 - 0
mcs/class/System.XML/System.Xml.Query/XQueryConvert.cs → mcs/class/System.XML/System.Xml/XQueryConvert.cs