aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs
diff options
context:
space:
mode:
authorlbsa712007-04-11 07:57:03 +0000
committerlbsa712007-04-11 07:57:03 +0000
commit8f5919bf6336ae7b6164f4419835d2478dabbe61 (patch)
tree1a5977974d936e099bce308f03d61e69e0451d5a /OpenSim.RegionServer/OpenSimMain.cs
parentAdding BDB to prebuild, making BDB compile. (diff)
downloadopensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.zip
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.gz
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.bz2
opensim-SC_OLD-8f5919bf6336ae7b6164f4419835d2478dabbe61.tar.xz
* nant building again
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r--OpenSim.RegionServer/OpenSimMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs
index fab9db4..34fa243 100644
--- a/OpenSim.RegionServer/OpenSimMain.cs
+++ b/OpenSim.RegionServer/OpenSimMain.cs
@@ -46,9 +46,9 @@ using OpenSim.Assets;
46using OpenSim.CAPS; 46using OpenSim.CAPS;
47using OpenSim.Framework.Console; 47using OpenSim.Framework.Console;
48using OpenSim.Physics.Manager; 48using OpenSim.Physics.Manager;
49using OpenSim.GenericConfig;
50using Nwc.XmlRpc; 49using Nwc.XmlRpc;
51using OpenSim.Servers; 50using OpenSim.Servers;
51using OpenSim.GenericConfig;
52 52
53namespace OpenSim 53namespace OpenSim
54{ 54{