aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs
diff options
context:
space:
mode:
authorDiva Canto2012-11-13 08:27:51 -0800
committerDiva Canto2012-11-13 08:27:51 -0800
commit608444c9f712cf76fd5560d012b0f90fe2a3986e (patch)
tree2573829ed6af1d0356b4801ac046bbd8e63d8b1e /OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs
parentMoved the WindModule and its own plugins out of .addin.xml (diff)
downloadopensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.zip
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.gz
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.bz2
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.xz
Another 21 modules' directives moved out of .addin.xml
Diffstat (limited to 'OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs')
-rw-r--r--OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs b/OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs
index 1365e69..9592ca0 100644
--- a/OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs
+++ b/OpenSim/Region/CoreModules/Asset/GlynnTuckerAssetCache.cs
@@ -31,6 +31,7 @@ using System.IO;
31using System.Collections.Generic; 31using System.Collections.Generic;
32using System.Reflection; 32using System.Reflection;
33using GlynnTucker.Cache; 33using GlynnTucker.Cache;
34using Mono.Addins;
34using Nini.Config; 35using Nini.Config;
35using OpenSim.Framework; 36using OpenSim.Framework;
36using OpenSim.Region.Framework.Interfaces; 37using OpenSim.Region.Framework.Interfaces;
@@ -39,6 +40,7 @@ using OpenSim.Services.Interfaces;
39 40
40namespace OpenSim.Region.CoreModules.Asset 41namespace OpenSim.Region.CoreModules.Asset
41{ 42{
43 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "GlynnTuckerAssetCache")]
42 public class GlynnTuckerAssetCache : ISharedRegionModule, IImprovedAssetCache 44 public class GlynnTuckerAssetCache : ISharedRegionModule, IImprovedAssetCache
43 { 45 {
44 private static readonly ILog m_log = 46 private static readonly ILog m_log =