aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/LoadRegionsPlugin.addin.xml
diff options
context:
space:
mode:
authorMike Mazur2008-07-23 03:08:31 +0000
committerMike Mazur2008-07-23 03:08:31 +0000
commita0930aa80d6f43d1dc1b4de0ee5708888cc45a5a (patch)
tree5fabd9a5104c256a874ebfc280b912e46364be50 /bin/LoadRegionsPlugin.addin.xml
parentFirst version of position mapping between LSL <-> C# implemented. (diff)
downloadopensim-SC_OLD-a0930aa80d6f43d1dc1b4de0ee5708888cc45a5a.zip
opensim-SC_OLD-a0930aa80d6f43d1dc1b4de0ee5708888cc45a5a.tar.gz
opensim-SC_OLD-a0930aa80d6f43d1dc1b4de0ee5708888cc45a5a.tar.bz2
opensim-SC_OLD-a0930aa80d6f43d1dc1b4de0ee5708888cc45a5a.tar.xz
Thanks, sempuki, for a patch that moves control of Mono.Addins from source attributes to external XML files. Fix issues 1682 and 1786.
Diffstat (limited to '')
-rw-r--r--bin/LoadRegionsPlugin.addin.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/LoadRegionsPlugin.addin.xml b/bin/LoadRegionsPlugin.addin.xml
new file mode 100644
index 0000000..f2bb2c9
--- /dev/null
+++ b/bin/LoadRegionsPlugin.addin.xml
@@ -0,0 +1,22 @@
1<Addin>
2 <Runtime>
3 <Import assembly="OpenSim.ApplicationPlugins.LoadRegions.dll"/>
4 </Runtime>
5 <Dependencies>
6 <Addin id="OpenSim" version="0.5" />
7 </Dependencies>
8 <Extension path = "/OpenSim/Startup">
9 <Type type="OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin" />
10 </Extension>
11</Addin>
12<Addin>
13 <Runtime>
14 <Import assembly="OpenSim.ApplicationPlugins.LoadRegions.dll"/>
15 </Runtime>
16 <Dependencies>
17 <Addin id="OpenSim" version="0.5" />
18 </Dependencies>
19 <Extension path = "/OpenSim/Startup">
20 <Type type="OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin" />
21 </Extension>
22</Addin>