From 9d62dee531624880a87f2882ae75eaf1191a29fc Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 5 Jan 2009 18:52:43 +0000 Subject: * Add prereqs and usings required by the Windows compiler --- OpenSim/Framework/Communications/Tests/LoginServiceTests.cs | 2 ++ prebuild.xml | 1 + 2 files changed, 3 insertions(+) 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; using System.Collections; using System.Net; using System.Text.RegularExpressions; +using System.Xml; +using Nini; using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; using Nwc.XmlRpc; diff --git a/prebuild.xml b/prebuild.xml index b2e56a6..af72eb5 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2686,6 +2686,7 @@ ../../../../bin/ + -- cgit v1.1