* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get rid of ugly CoreModules dependency on AssetServer.exe

* And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it.
This commit is contained in:
lbsa71
2009-02-19 18:40:32 +00:00
parent 631e10f269
commit b5502ef3c3
7 changed files with 41 additions and 14 deletions

View File

@@ -30,7 +30,6 @@ using System.Reflection;
using log4net;
using Nini.Config;
using OpenMetaverse;
using OpenSim.Data;
using OpenSim.Framework;
using OpenSim.Framework.Communications;
using OpenSim.Framework.Communications.Cache;