Fix build break by moving OpenSim.Framework.Console back below HttpServer in the build order.

Luckily, it turns out Framework.Monitoring doesn't need to reference Console directly.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-12 00:10:51 +01:00
parent 2e9ef015f7
commit 387ce8ef35
2 changed files with 28 additions and 29 deletions

View File

@@ -27,7 +27,6 @@
using System;
using System.Collections.Generic;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Monitoring
{
@@ -62,7 +61,7 @@ namespace OpenSim.Framework.Monitoring
public static UserStatsCollector UserStats { get { return userStats; } }
public static SimExtraStatsCollector SimExtraStats { get { return simExtraStats; } }
public static void RegisterConsoleCommands(CommandConsole console)
public static void RegisterConsoleCommands(ICommandConsole console)
{
console.Commands.AddCommand(
"General",