diff options
author | Mike Mazur | 2008-07-23 03:08:31 +0000 |
---|---|---|
committer | Mike Mazur | 2008-07-23 03:08:31 +0000 |
commit | a0930aa80d6f43d1dc1b4de0ee5708888cc45a5a (patch) | |
tree | 5fabd9a5104c256a874ebfc280b912e46364be50 /bin/RestRegionPlugin.addin.xml | |
parent | First version of position mapping between LSL <-> C# implemented. (diff) | |
download | opensim-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 'bin/RestRegionPlugin.addin.xml')
-rw-r--r-- | bin/RestRegionPlugin.addin.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/RestRegionPlugin.addin.xml b/bin/RestRegionPlugin.addin.xml new file mode 100644 index 0000000..1b7305b --- /dev/null +++ b/bin/RestRegionPlugin.addin.xml | |||
@@ -0,0 +1,22 @@ | |||
1 | <Addin> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.ApplicationPlugins.Rest.Regions.dll"/> | ||
4 | </Runtime> | ||
5 | <Dependencies> | ||
6 | <Addin id="OpenSim" version="0.5" /> | ||
7 | </Dependencies> | ||
8 | <Extension path = "/OpenSim/Startup"> | ||
9 | <Type type="OpenSim.ApplicationPlugins.Rest.Regions.RestRegionPlugin" /> | ||
10 | </Extension> | ||
11 | </Addin> | ||
12 | <Addin> | ||
13 | <Runtime> | ||
14 | <Import assembly="OpenSim.ApplicationPlugins.Rest.Regions.dll"/> | ||
15 | </Runtime> | ||
16 | <Dependencies> | ||
17 | <Addin id="OpenSim" version="0.5" /> | ||
18 | </Dependencies> | ||
19 | <Extension path = "/OpenSim/Startup"> | ||
20 | <Type type="OpenSim.ApplicationPlugins.Rest.Regions.RestRegionPlugin" /> | ||
21 | </Extension> | ||
22 | </Addin> | ||