From cda526939145d92794eb14554ef43badaf06c149 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Fri, 11 Jul 2008 02:04:02 +0000 Subject: Mantis#1682. Revert temporarily, Sempuki's mono addins patch while he studies the issues in Windows a little bit. --- OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 1ec3567..c351272 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs @@ -32,9 +32,16 @@ using System.Reflection; using OpenSim.Framework; using OpenSim.Framework.Servers; using OpenSim.ApplicationPlugins.Rest; +using Mono.Addins; + +[assembly : Addin] +[assembly : AddinDependency("OpenSim", "0.5")] namespace OpenSim.ApplicationPlugins.Rest.Inventory { + + [Extension("/OpenSim/Startup")] + public class RestHandler : RestPlugin, IHttpAgentHandler { -- cgit v1.1