aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs
diff options
context:
space:
mode:
authorBlueWall2012-09-09 13:50:44 -0400
committerBlueWall2012-09-09 13:50:44 -0400
commit8321ecb7a26f443a0f137457da5b6e780a824c6c (patch)
treec87be32879af4529202fbfa7973f774e8e249a76 /OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs
parentimplementing per-region configuration of limits on the number of prims one ca... (diff)
downloadopensim-SC_OLD-8321ecb7a26f443a0f137457da5b6e780a824c6c.zip
opensim-SC_OLD-8321ecb7a26f443a0f137457da5b6e780a824c6c.tar.gz
opensim-SC_OLD-8321ecb7a26f443a0f137457da5b6e780a824c6c.tar.bz2
opensim-SC_OLD-8321ecb7a26f443a0f137457da5b6e780a824c6c.tar.xz
Revert "Move addin information to CoreModulePlugin.addin.xml"
This reverts commit 2ec34580ce3807cede97539488237040e1a8a6cc. Moving the attributes for mono addins back to the source file - this also fixes http://opensimulator.org/mantis/view.php?id=6278.
Diffstat (limited to 'OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs')
-rw-r--r--OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs b/OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs
index 9276d1a..c91b25f 100644
--- a/OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs
+++ b/OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs
@@ -35,7 +35,7 @@ using Nini.Config;
35using NUnit.Framework; 35using NUnit.Framework;
36using OpenMetaverse; 36using OpenMetaverse;
37using OpenMetaverse.Assets; 37using OpenMetaverse.Assets;
38using OpenSim.Region.CoreModules.Asset; 38using Flotsam.RegionModules.AssetCache;
39using OpenSim.Framework; 39using OpenSim.Framework;
40using OpenSim.Region.Framework.Scenes; 40using OpenSim.Region.Framework.Scenes;
41using OpenSim.Region.Framework.Scenes.Serialization; 41using OpenSim.Region.Framework.Scenes.Serialization;