Oups - I've forgot to send it to the list...

-------- Original Message --------
Subject: System.Web/System.Web.Configuration - patch (code synchronization between Mono and Mainsoft)
Date: Wed, 08 Jun 2005 13:20:40 +0300
From: Ilya Kharmatsky <[EMAIL PROTECTED]>
To: Gonzalo Paniagua Javier <[EMAIL PROTECTED]>


Please review the patch.

Thanks,
Ilya.

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 45568)
+++ ChangeLog   (working copy)
@@ -1,3 +1,9 @@
+2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
+
+    * HttpRuntimeConfig.cs: Added TARGET_JVM directive in "using clause"
+      in order to exclude in J2EE configuration usage of unsupported
+      CodeDome API.
+       
 2005-05-04 Gonzalo Paniagua Javier <[EMAIL PROTECTED]>
 
        * CompilationConfiguration.cs: throw if we cannot load the type given
Index: HttpRuntimeConfig.cs
===================================================================
--- HttpRuntimeConfig.cs        (revision 45568)
+++ HttpRuntimeConfig.cs        (working copy)
@@ -29,7 +29,9 @@
 //
 
 using System;
+#if !TARGET_J2EE
 using System.CodeDom.Compiler;
+#endif
 using System.Collections;
 using System.Configuration;
 using System.IO;

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to