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/OpenSim.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/OpenSim.addin.xml')
-rw-r--r-- | bin/OpenSim.addin.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml new file mode 100644 index 0000000..48bd744 --- /dev/null +++ b/bin/OpenSim.addin.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <Addin id="OpenSim" isroot="true" version="0.5"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.exe"/> | ||
4 | </Runtime> | ||
5 | <ExtensionPoint path = "/OpenSim/Startup"> | ||
6 | <ExtensionNode objectType="OpenSim.Region.Application.IApplicationPlugin"/> | ||
7 | </ExtensionPoint> | ||
8 | </Addin> | ||
9 | <Addin id="OpenSim" isroot="true" version="0.5"> | ||
10 | <Runtime> | ||
11 | <Import assembly="OpenSim.exe"/> | ||
12 | </Runtime> | ||
13 | <ExtensionPoint path = "/OpenSim/Startup"> | ||
14 | <ExtensionNode objectType="OpenSim.Region.Application.IApplicationPlugin"/> | ||
15 | </ExtensionPoint> | ||
16 | </Addin> | ||