diff options
author | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 19:43:30 +0000 |
commit | 401a0d0a0ae7be76c9babe865cfb89dafc985538 (patch) | |
tree | e8a0a2940e15664f71723553e249410537e05f44 | |
parent | Fix another build error on MonoDevelop (diff) | |
download | opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.zip opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.gz opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.bz2 opensim-SC_OLD-401a0d0a0ae7be76c9babe865cfb89dafc985538.tar.xz |
* Add Nini reference to Communications.OGS1
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 1 | ||||
-rw-r--r-- | prebuild.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index c0fecee..faad884 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -39,6 +39,7 @@ using System.Security.Authentication; | |||
39 | using System.Threading; | 39 | using System.Threading; |
40 | using OpenMetaverse; | 40 | using OpenMetaverse; |
41 | using log4net; | 41 | using log4net; |
42 | using Nini; | ||
42 | using Nwc.XmlRpc; | 43 | using Nwc.XmlRpc; |
43 | using OpenSim.Framework; | 44 | using OpenSim.Framework; |
44 | using OpenSim.Framework.Communications; | 45 | using OpenSim.Framework.Communications; |
diff --git a/prebuild.xml b/prebuild.xml index f10afd5..407b986 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev: 7914 $"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.5.0-$Rev$"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
@@ -731,6 +731,7 @@ | |||
731 | <Reference name="OpenSim.Framework.Statistics"/> | 731 | <Reference name="OpenSim.Framework.Statistics"/> |
732 | <Reference name="OpenSim.Region.Communications.Local" /> | 732 | <Reference name="OpenSim.Region.Communications.Local" /> |
733 | <Reference name="OpenMetaverseTypes.dll"/> | 733 | <Reference name="OpenMetaverseTypes.dll"/> |
734 | <Reference name="Nini.dll" /> | ||
734 | <Reference name="XMLRPC.dll"/> | 735 | <Reference name="XMLRPC.dll"/> |
735 | <Reference name="log4net.dll"/> | 736 | <Reference name="log4net.dll"/> |
736 | 737 | ||