diff options
author | BlueWall | 2012-09-09 13:50:44 -0400 |
---|---|---|
committer | BlueWall | 2012-09-09 13:50:44 -0400 |
commit | 8321ecb7a26f443a0f137457da5b6e780a824c6c (patch) | |
tree | c87be32879af4529202fbfa7973f774e8e249a76 /OpenSim/Region/CoreModules/Asset/Tests | |
parent | implementing per-region configuration of limits on the number of prims one ca... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/Tests/FlotsamAssetCacheTests.cs | 2 |
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; | |||
35 | using NUnit.Framework; | 35 | using NUnit.Framework; |
36 | using OpenMetaverse; | 36 | using OpenMetaverse; |
37 | using OpenMetaverse.Assets; | 37 | using OpenMetaverse.Assets; |
38 | using OpenSim.Region.CoreModules.Asset; | 38 | using Flotsam.RegionModules.AssetCache; |
39 | using OpenSim.Framework; | 39 | using OpenSim.Framework; |
40 | using OpenSim.Region.Framework.Scenes; | 40 | using OpenSim.Region.Framework.Scenes; |
41 | using OpenSim.Region.Framework.Scenes.Serialization; | 41 | using OpenSim.Region.Framework.Scenes.Serialization; |