2002-07-22 Tim Coleman <tim@timcoleman.com>
authorTim Coleman <tim@mono-cvs.ximian.com>
Tue, 23 Jul 2002 05:35:33 +0000 (05:35 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Tue, 23 Jul 2002 05:35:33 +0000 (05:35 -0000)
commit22b3f2a7f1769550dbea8edccd309b4bb4a17a30
tree95896eddc2cdb10538413b9276f5bc49ff06ac90
parente5114fecb87789b753fc8ede5e91e0236e3a2802
2002-07-22  Tim Coleman <tim@timcoleman.com>
        * CodeIdentifiers.cs:
        * SoapCodeExporter.cs:
        * SoapSchemaExporter.cs:
        * XmlCodeExporter.cs:
        * XmlMemberMapping.cs:
        * XmlMembersMapping.cs:
        * XmlReflectionImporter.cs:
        * XmlReflectionMember.cs:
        * XmlSchemaExporter.cs:
        * XmlSchemaImporter.cs:
        * XmlSchemas.cs:
                New stubbs added to aid in the linux build of
                System.Web.Services.

svn path=/trunk/mcs/; revision=6068
13 files changed:
mcs/class/System.XML/System.Xml.Serialization/ChangeLog
mcs/class/System.XML/System.Xml.Serialization/CodeIdentifiers.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/SoapCodeExporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/SoapSchemaImporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/SoapSchemaMember.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlCodeExporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlMemberMapping.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlMembersMapping.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlReflectionImporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlReflectionMember.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlSchemaExporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs [new file with mode: 0644]
mcs/class/System.XML/System.Xml.Serialization/XmlSchemas.cs [new file with mode: 0644]