aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTedd Hansen2008-12-05 12:45:08 +0000
committerTedd Hansen2008-12-05 12:45:08 +0000
commit7ee209c900c56379eedb33997a780ade9a521a96 (patch)
treea951b490f1b5c7056e645840ee51adf3a165ef48 /bin
parentGarbage Collector (diff)
downloadopensim-SC_OLD-7ee209c900c56379eedb33997a780ade9a521a96.zip
opensim-SC_OLD-7ee209c900c56379eedb33997a780ade9a521a96.tar.gz
opensim-SC_OLD-7ee209c900c56379eedb33997a780ade9a521a96.tar.bz2
opensim-SC_OLD-7ee209c900c56379eedb33997a780ade9a521a96.tar.xz
Fixed crash (configsection has to be first XML root child element stupid Microsoft thing)
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.32BitLaunch.exe.config6
-rw-r--r--bin/OpenSim.exe.config6
2 files changed, 6 insertions, 6 deletions
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 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<configuration> 2<configuration>
3 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
5 </configSections>
3 <runtime> 6 <runtime>
4 <gcConcurrent enabled="true" /> 7 <gcConcurrent enabled="true" />
5 <gcServer enabled="true" /> 8 <gcServer enabled="true" />
6 </runtime> 9 </runtime>
7 <configSections>
8 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
9 </configSections>
10 <appSettings> 10 <appSettings>
11 </appSettings> 11 </appSettings>
12 <log4net> 12 <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 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<configuration> 2<configuration>
3 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
5 </configSections>
3 <runtime> 6 <runtime>
4 <gcConcurrent enabled="true" /> 7 <gcConcurrent enabled="true" />
5 <gcServer enabled="true" /> 8 <gcServer enabled="true" />
6 </runtime> 9 </runtime>
7 <configSections>
8 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
9 </configSections>
10 <appSettings> 10 <appSettings>
11 </appSettings> 11 </appSettings>
12 <log4net> 12 <log4net>