aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/LoadRegionsPlugin.addin.xml
diff options
context:
space:
mode:
authorAdam Frisby2008-07-30 08:17:19 +0000
committerAdam Frisby2008-07-30 08:17:19 +0000
commit2f8acdbe5073c21ab49ac0865eecd10db401eb32 (patch)
treed44b914e5e8103d93ea1cca8707b88b792d8ec04 /bin/LoadRegionsPlugin.addin.xml
parentcleanups and refactoring to make it more readable. (diff)
downloadopensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.zip
opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.gz
opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.bz2
opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.xz
* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.
Diffstat (limited to '')
-rw-r--r--bin/LoadRegionsPlugin.addin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/LoadRegionsPlugin.addin.xml b/bin/LoadRegionsPlugin.addin.xml
index 7fc3876..a12f91a 100644
--- a/bin/LoadRegionsPlugin.addin.xml
+++ b/bin/LoadRegionsPlugin.addin.xml
@@ -6,6 +6,6 @@
6 <Addin id="OpenSim" version="0.5" /> 6 <Addin id="OpenSim" version="0.5" />
7 </Dependencies> 7 </Dependencies>
8 <Extension path = "/OpenSim/Startup"> 8 <Extension path = "/OpenSim/Startup">
9 <Type type="OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin" /> 9 <Plugin type="OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin" />
10 </Extension> 10 </Extension>
11</Addin> 11</Addin>