diff options
author | Tedd Hansen | 2008-12-05 12:45:08 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-12-05 12:45:08 +0000 |
commit | 7ee209c900c56379eedb33997a780ade9a521a96 (patch) | |
tree | a951b490f1b5c7056e645840ee51adf3a165ef48 /bin/OpenSim.32BitLaunch.exe.config | |
parent | Garbage Collector (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.32BitLaunch.exe.config | 6 |
1 files changed, 3 insertions, 3 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> |