diff options
author | Mike Mazur | 2008-07-23 04:32:09 +0000 |
---|---|---|
committer | Mike Mazur | 2008-07-23 04:32:09 +0000 |
commit | c9fca5315c3c77fb972c3e931cb936284586e2a7 (patch) | |
tree | 361e3d8e5af46c460712a03630a4900820fc87f7 /bin/OpenSim.addin.xml | |
parent | Thanks, sempuki, for a patch that moves control of Mono.Addins from source at... (diff) | |
download | opensim-SC_OLD-c9fca5315c3c77fb972c3e931cb936284586e2a7.zip opensim-SC_OLD-c9fca5315c3c77fb972c3e931cb936284586e2a7.tar.gz opensim-SC_OLD-c9fca5315c3c77fb972c3e931cb936284586e2a7.tar.bz2 opensim-SC_OLD-c9fca5315c3c77fb972c3e931cb936284586e2a7.tar.xz |
Remove duplicate definitions in addin.xml files. How'd that happen anyway?
Diffstat (limited to 'bin/OpenSim.addin.xml')
-rw-r--r-- | bin/OpenSim.addin.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml index 48bd744..ffa48b3 100644 --- a/bin/OpenSim.addin.xml +++ b/bin/OpenSim.addin.xml | |||
@@ -6,11 +6,3 @@ | |||
6 | <ExtensionNode objectType="OpenSim.Region.Application.IApplicationPlugin"/> | 6 | <ExtensionNode objectType="OpenSim.Region.Application.IApplicationPlugin"/> |
7 | </ExtensionPoint> | 7 | </ExtensionPoint> |
8 | </Addin> | 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> | ||