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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-06-04 16:31:45 +0400
committerJb Evain <jbevain@gmail.com>2008-06-04 16:31:45 +0400
commit26cac1f2fdc5ffee5a589fce9cb63a1a99ed2721 (patch)
tree2099d52ab996af4ce962962bfbb244802e281534 /gui-compare
parent211bfc573962b52047d1bcd1f8ab7c36df1395a6 (diff)
2008-06-04 Jb Evain <jbevain@novell.com>
* InfoManager.cs: System.Xml.Core is renamed to System.Xml in SL 2.0b. svn path=/trunk/mono-tools/; revision=104858
Diffstat (limited to 'gui-compare')
-rw-r--r--gui-compare/ChangeLog5
-rw-r--r--gui-compare/InfoManager.cs4
2 files changed, 7 insertions, 2 deletions
diff --git a/gui-compare/ChangeLog b/gui-compare/ChangeLog
index 5f210429..07855f3e 100644
--- a/gui-compare/ChangeLog
+++ b/gui-compare/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-04 Jb Evain <jbevain@novell.com>
+
+ * InfoManager.cs: System.Xml.Core is renamed to System.Xml
+ in SL 2.0b.
+
2008-02-10 Chris Toshok <toshok@ximian.com>
[ Fix a couple of bugs reported by jpobst ]
diff --git a/gui-compare/InfoManager.cs b/gui-compare/InfoManager.cs
index 4564a88a..2ad9fc0e 100644
--- a/gui-compare/InfoManager.cs
+++ b/gui-compare/InfoManager.cs
@@ -159,9 +159,9 @@ namespace GuiCompare
"System.Runtime.Serialization",
"System.ServiceModel",
"System.Windows.Browser",
- "System.Xml.Core",
+ "System.Xml",
};
-
+
string [] api_3_5 = {
"mscorlib",
"System",