aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-05 18:52:43 +0000
committerJustin Clarke Casey2009-01-05 18:52:43 +0000
commit9d62dee531624880a87f2882ae75eaf1191a29fc (patch)
treea15ca7c5801770d54990ba6d3e69b2127b29ed58
parent* Resolve a few bugs in the Stats Collector (diff)
downloadopensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.zip
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.gz
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.bz2
opensim-SC_OLD-9d62dee531624880a87f2882ae75eaf1191a29fc.tar.xz
* Add prereqs and usings required by the Windows compiler
-rw-r--r--OpenSim/Framework/Communications/Tests/LoginServiceTests.cs2
-rw-r--r--prebuild.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
index 2dc644a..a78e093 100644
--- a/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
+++ b/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs
@@ -29,6 +29,8 @@ using System;
29using System.Collections; 29using System.Collections;
30using System.Net; 30using System.Net;
31using System.Text.RegularExpressions; 31using System.Text.RegularExpressions;
32using System.Xml;
33using Nini;
32using NUnit.Framework; 34using NUnit.Framework;
33using NUnit.Framework.SyntaxHelpers; 35using NUnit.Framework.SyntaxHelpers;
34using Nwc.XmlRpc; 36using Nwc.XmlRpc;
diff --git a/prebuild.xml b/prebuild.xml
index b2e56a6..af72eb5 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2686,6 +2686,7 @@
2686 <ReferencePath>../../../../bin/</ReferencePath> 2686 <ReferencePath>../../../../bin/</ReferencePath>
2687 <Reference name="System"/> 2687 <Reference name="System"/>
2688 <Reference name="log4net.dll"/> 2688 <Reference name="log4net.dll"/>
2689 <Reference name="Nini.dll" />
2689 <Reference name="nunit.framework.dll" /> 2690 <Reference name="nunit.framework.dll" />
2690 <Reference name="XMLRPC.dll"/> 2691 <Reference name="XMLRPC.dll"/>
2691 <Reference name="OpenMetaverse.dll"/> 2692 <Reference name="OpenMetaverse.dll"/>