From 7ee209c900c56379eedb33997a780ade9a521a96 Mon Sep 17 00:00:00 2001
From: Tedd Hansen
Date: Fri, 5 Dec 2008 12:45:08 +0000
Subject: Fixed crash (configsection has to be first XML root child element
 stupid Microsoft thing)

---
 bin/OpenSim.32BitLaunch.exe.config | 6 +++---
 bin/OpenSim.exe.config             | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'bin')

diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config
index 1a8267c..ce6175b 100644
--- a/bin/OpenSim.32BitLaunch.exe.config
+++ b/bin/OpenSim.32BitLaunch.exe.config
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
+  <configSections>
+    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
+  </configSections>
   <runtime>
     <gcConcurrent enabled="true" />
 	<gcServer enabled="true" />
   </runtime>
-  <configSections>
-    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
-  </configSections>
   <appSettings>
   </appSettings>
   <log4net>
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index fa42e2c..b7fe1ea 100644
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <configuration>
+  <configSections>
+    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
+  </configSections>
   <runtime>
     <gcConcurrent enabled="true" />
 	<gcServer enabled="true" />
   </runtime>
-  <configSections>
-    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
-  </configSections>
   <appSettings>
   </appSettings>
   <log4net>
-- 
cgit v1.1