On Fri, Oct 26, 2007, Sam Hocevar wrote:
> Nothing in
http://www.mono-project.com/Config seems to suggest that
> empty .config files are valid ("The configuration file is an XML file
> whose root element is <configuration>"). However Tao ships two empty
> files, here is a patch to correct this.
Erm. Here is the patch for real.
--
Sam.
Index: mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config
===================================================================
--- mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config (revision 88264)
+++ mono/tao/src/Tao.Platform.Windows/Tao.Platform.Windows.dll.config (working copy)
@@ -0,0 +1,2 @@
+<configuration>
+</configuration>
Index: mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config
===================================================================
--- mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config (revision 88264)
+++ mono/tao/src/Tao.Platform.X11/Tao.Platform.X11.dll.config (working copy)
@@ -0,0 +1,2 @@
+<configuration>
+</configuration>
_______________________________________________
Tao-list mailing list
Tao-list@...
http://galactus.ximian.com/mailman/listinfo/tao-list