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/RestHandler.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/RestHandler.addin.xml')
-rw-r--r-- | bin/RestHandler.addin.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/RestHandler.addin.xml b/bin/RestHandler.addin.xml index fd2f692..1e33193 100644 --- a/bin/RestHandler.addin.xml +++ b/bin/RestHandler.addin.xml | |||
@@ -9,14 +9,3 @@ | |||
9 | <Type type="OpenSim.ApplicationPlugins.Rest.Inventory.RestHandler" /> | 9 | <Type type="OpenSim.ApplicationPlugins.Rest.Inventory.RestHandler" /> |
10 | </Extension> | 10 | </Extension> |
11 | </Addin> | 11 | </Addin> |
12 | <Addin> | ||
13 | <Runtime> | ||
14 | <Import assembly="OpenSim.ApplicationPlugins.Rest.Inventory.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.Inventory.RestHandler" /> | ||
21 | </Extension> | ||
22 | </Addin> | ||