diff options
author | lbsa71 | 2009-02-19 18:40:32 +0000 |
---|---|---|
committer | lbsa71 | 2009-02-19 18:40:32 +0000 |
commit | b5502ef3c322e787640a8a9b3cb474b2f8abaaaa (patch) | |
tree | 89e4aa04da533f3db8619801bcde24e7627e3323 /OpenSim/Tests/Common/Mock | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=3151 (diff) | |
download | opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.zip opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.gz opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.bz2 opensim-SC_OLD-b5502ef3c322e787640a8a9b3cb474b2f8abaaaa.tar.xz |
* 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.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs index fc84eac..94604d2 100644 --- a/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs +++ b/OpenSim/Tests/Common/Mock/TestAssetDataPlugin.cs | |||
@@ -27,7 +27,6 @@ | |||
27 | 27 | ||
28 | using OpenMetaverse; | 28 | using OpenMetaverse; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenSim.Data; | ||
31 | 30 | ||
32 | namespace OpenSim.Tests.Common.Mock | 31 | namespace OpenSim.Tests.Common.Mock |
33 | { | 32 | { |