diff options
author | BlueWall | 2012-09-07 11:39:30 -0400 |
---|---|---|
committer | BlueWall | 2012-09-07 11:41:47 -0400 |
commit | 550f6c4ad22b28f7d1722a92472827c199152893 (patch) | |
tree | 80a1071280e447886b87bf4c72b4b4d79520453e /OpenSim/Region/RegionCombinerModule/Resources/RegionCombinerModule.addin.xml | |
parent | Move addin information to RegionCombinerModule.addin.xml (diff) | |
download | opensim-SC-550f6c4ad22b28f7d1722a92472827c199152893.zip opensim-SC-550f6c4ad22b28f7d1722a92472827c199152893.tar.gz opensim-SC-550f6c4ad22b28f7d1722a92472827c199152893.tar.bz2 opensim-SC-550f6c4ad22b28f7d1722a92472827c199152893.tar.xz |
Revert "Move addin information to RegionCombinerModule.addin.xml"
This reverts commit ab446bc692782b75fd27105fc3370a16b4fc17d8.
Need to look into this
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/RegionCombinerModule/Resources/RegionCombinerModule.addin.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/OpenSim/Region/RegionCombinerModule/Resources/RegionCombinerModule.addin.xml b/OpenSim/Region/RegionCombinerModule/Resources/RegionCombinerModule.addin.xml deleted file mode 100644 index 6101e63..0000000 --- a/OpenSim/Region/RegionCombinerModule/Resources/RegionCombinerModule.addin.xml +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <Addin id="RegionCombinerModule" version="0.2"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.Region.RegionCombinerModule.dll"/> | ||
4 | </Runtime> | ||
5 | |||
6 | <Dependencies> | ||
7 | <Addin id="OpenSim" version="0.5" /> | ||
8 | </Dependencies> | ||
9 | |||
10 | <Extension path = "/OpenSim/RegionModules"> | ||
11 | <RegionModule id="RegionCombinerModule" type="OpenSim.Region.RegionCombinerModule" /> | ||
12 | </Extension> | ||
13 | </Addin> | ||
14 | |||