diff options
author | Justin Clark-Casey (justincc) | 2013-03-15 23:48:40 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-03-15 23:48:40 +0000 |
commit | 03075359b5f1a4470ed5fa54afd76f08bf57a437 (patch) | |
tree | 7d518ac1f4cf861fd93dfc2cadc5b8240eeb59c8 /OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml | |
parent | Change the table and field names of XAssetService mysql db tables to be capit... (diff) | |
download | opensim-SC-03075359b5f1a4470ed5fa54afd76f08bf57a437.zip opensim-SC-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.gz opensim-SC-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.bz2 opensim-SC-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.xz |
Finally remove the 'REST' ApplicationPlugins code which has been non-functional and largely commented out for many years.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml b/OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml deleted file mode 100644 index 777a2dc..0000000 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | <Addin id="OpenSim.ApplicationPlugins.Rest.Inventory" version="0.1"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.ApplicationPlugins.Rest.Inventory.dll"/> | ||
4 | </Runtime> | ||
5 | <Dependencies> | ||
6 | <Addin id="OpenSim" version="0.5" /> | ||
7 | </Dependencies> | ||
8 | <Extension path = "/OpenSim/Startup"> | ||
9 | <Plugin id="RestInventory" type="OpenSim.ApplicationPlugins.Rest.Inventory.RestHandler" /> | ||
10 | </Extension> | ||
11 | </Addin> | ||