Browse Source

2003-02-16 Atsushi Enomoto <[email protected]>

	* added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.

svn path=/trunk/mcs/; revision=11613
Atsushi Eno 23 years ago
parent
commit
7a00fc77a5

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

@@ -1,3 +1,7 @@
+2003-02-16  Atsushi Enomoto <[email protected]>
+
+	* added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
+
 2003-01-16  Atsushi Enomoto <[email protected]>
 
 	* updated Mono.System.Xml.csproj. (patch by David B. Bitton)

+ 5 - 0
mcs/class/System.XML/Mono.System.XML.csproj

@@ -225,6 +225,11 @@
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
+                <File
+                    RelPath = "System.Xml\XmlInputStream.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
                 <File
                     RelPath = "System.Xml\XmlLinkedNode.cs"
                     SubType = "Code"

+ 1 - 0
mcs/class/System.XML/list.unix

@@ -57,6 +57,7 @@ System.Xml/XmlNodeChangedEventHandler.cs
 System.Xml/XmlTextWriterOpenElement.cs
 System.Xml/XmlDocumentNavigator.cs
 System.Xml/XmlNodeArrayList.cs
+System.Xml/XmlInputStream.cs
 System.Xml.XPath/IXPathNavigable.cs
 System.Xml.XPath/XPathNavigator.cs
 System.Xml.XPath/XPathExpression.cs