aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
diff options
context:
space:
mode:
authorBlueWall2012-09-07 10:13:51 -0400
committerBlueWall2012-09-07 10:18:00 -0400
commit2ec34580ce3807cede97539488237040e1a8a6cc (patch)
tree80a1071280e447886b87bf4c72b4b4d79520453e /OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
parentAdd warning chevrons around the GC.Collect added to Warp3DImageModule in comm... (diff)
downloadopensim-SC_OLD-2ec34580ce3807cede97539488237040e1a8a6cc.zip
opensim-SC_OLD-2ec34580ce3807cede97539488237040e1a8a6cc.tar.gz
opensim-SC_OLD-2ec34580ce3807cede97539488237040e1a8a6cc.tar.bz2
opensim-SC_OLD-2ec34580ce3807cede97539488237040e1a8a6cc.tar.xz
Move addin information to CoreModulePlugin.addin.xml
Move the addin information from attributes in the source file to the CoreModulePlugin.xml, which is the standard. This will help us automate addin version dependency information when we make new OpenSim releases.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
index fab489d..4bce416 100644
--- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs
@@ -49,12 +49,8 @@ using OpenSim.Region.Framework.Scenes;
49using OpenSim.Services.Interfaces; 49using OpenSim.Services.Interfaces;
50 50
51 51
52[assembly: Addin("FlotsamAssetCache", "1.1")] 52namespace OpenSim.Region.CoreModules.Asset
53[assembly: AddinDependency("OpenSim", "0.5")]
54
55namespace Flotsam.RegionModules.AssetCache
56{ 53{
57 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
58 public class FlotsamAssetCache : ISharedRegionModule, IImprovedAssetCache, IAssetService 54 public class FlotsamAssetCache : ISharedRegionModule, IImprovedAssetCache, IAssetService
59 { 55 {
60 private static readonly ILog m_log = 56 private static readonly ILog m_log =