Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-08-19 20:26:20 +0400
committerJb Evain <jbevain@gmail.com>2008-08-19 20:26:20 +0400
commit24fddc33da65dcbd97159c4dad5417e2063e1415 (patch)
tree87b3ee2bb02af00dc3bb30e049d5d8981faad1ec /mcs/class/System.XML/System.Xml.Schema
parenta10d8c3e0037bec723d47dcc93d44ad937579b24 (diff)
sl2b2 update
svn path=/trunk/mcs/; revision=110955
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Schema')
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/ChangeLog6
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/XmlSchemaObject_2_1.cs41
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/XmlSchemaSet_2_1.cs41
-rw-r--r--mcs/class/System.XML/System.Xml.Schema/XmlSchema_2_1.cs41
4 files changed, 129 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
index a3604e2fb8f..1ce4f0b56c4 100644
--- a/mcs/class/System.XML/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/System.Xml.Schema/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-19 Jb Evain <jbevain@novell.com>
+
+ * XmlSchema_2_1.cs
+ * XmlSchemaObject_2_1.cs
+ * XmlSchemaSet_2_1.cs: add new specific files for the net_2_1 profile.
+
2008-06-13 Atsushi Enomoto <atsushi@ximian.com>
* XmlSchema.cs : fixed couple of olive regressions caused by
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaObject_2_1.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaObject_2_1.cs
new file mode 100644
index 00000000000..2489c8e766e
--- /dev/null
+++ b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaObject_2_1.cs
@@ -0,0 +1,41 @@
+//
+// XmlSchemaObject_2_1.cs
+//
+// Author:
+// Jb Evain <jbevain@novell.com>
+//
+// (C)2008 Novell Inc.
+//
+// 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_1
+
+namespace System.Xml.Schema {
+
+ public abstract class XmlSchemaObject {
+
+ protected XmlSchemaObject ()
+ {
+ }
+ }
+}
+
+#endif
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaSet_2_1.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaSet_2_1.cs
new file mode 100644
index 00000000000..e3e01a219b2
--- /dev/null
+++ b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaSet_2_1.cs
@@ -0,0 +1,41 @@
+//
+// XmlSchemaSet_2_1.cs
+//
+// Author:
+// Jb Evain <jbevain@novell.com>
+//
+// (C)2008 Novell Inc.
+//
+// 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_1
+
+namespace System.Xml.Schema {
+
+ public class XmlSchemaSet {
+
+ private XmlSchemaSet ()
+ {
+ }
+ }
+}
+
+#endif
diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchema_2_1.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchema_2_1.cs
new file mode 100644
index 00000000000..be33be5bcf0
--- /dev/null
+++ b/mcs/class/System.XML/System.Xml.Schema/XmlSchema_2_1.cs
@@ -0,0 +1,41 @@
+//
+// XmlSchema_2_1.cs
+//
+// Author:
+// Jb Evain <jbevain@novell.com>
+//
+// (C)2008 Novell Inc.
+//
+// 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_1
+
+namespace System.Xml.Schema {
+
+ public class XmlSchema : XmlSchemaObject {
+
+ private XmlSchema ()
+ {
+ }
+ }
+}
+
+#endif