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-12-18 02:43:38 +0300
committerJb Evain <jbevain@gmail.com>2008-12-18 02:43:38 +0300
commiteba20e77b47760acbd5b2446f7d1301799892461 (patch)
tree9c1271584e18ca37c16f8bb5596c511fc8a5b558 /webcompare
parente93ddeb30ae02a1475e03d622201ecbc890c4573 (diff)
2008-12-18 Jb Evain <jbevain@novell.com>
* Global.asax: adjust assembly name to Mono.Api.Compare. svn path=/trunk/mono-tools/; revision=121738
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/ChangeLog4
-rw-r--r--webcompare/Global.asax2
2 files changed, 5 insertions, 1 deletions
diff --git a/webcompare/ChangeLog b/webcompare/ChangeLog
index 88b9ad79..bb7e98af 100644
--- a/webcompare/ChangeLog
+++ b/webcompare/ChangeLog
@@ -1,5 +1,9 @@
2008-12-18 Jb Evain <jbevain@novell.com>
+ * Global.asax: adjust assembly name to Mono.Api.Compare.
+
+2008-12-18 Jb Evain <jbevain@novell.com>
+
* Makefile: rename Mono.API.Compare to Mono.Api.Compare.
2008-12-16 Miguel de Icaza <miguel@novell.com>
diff --git a/webcompare/Global.asax b/webcompare/Global.asax
index 3b59781d..50e07274 100644
--- a/webcompare/Global.asax
+++ b/webcompare/Global.asax
@@ -3,7 +3,7 @@
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.Collections.Specialized" %>
<%@ Import Namespace="System.Collections.Generic" %>
-<%@ Assembly name="Mono.API.Compare" %>
+<%@ Assembly name="Mono.Api.Compare" %>
<script runat="server" language="c#" >