aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-15 23:48:40 +0000
committerJustin Clark-Casey (justincc)2013-03-15 23:48:40 +0000
commit03075359b5f1a4470ed5fa54afd76f08bf57a437 (patch)
tree7d518ac1f4cf861fd93dfc2cadc5b8240eeb59c8 /OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml
parentChange the table and field names of XAssetService mysql db tables to be capit... (diff)
downloadopensim-SC_OLD-03075359b5f1a4470ed5fa54afd76f08bf57a437.zip
opensim-SC_OLD-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.gz
opensim-SC_OLD-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.bz2
opensim-SC_OLD-03075359b5f1a4470ed5fa54afd76f08bf57a437.tar.xz
Finally remove the 'REST' ApplicationPlugins code which has been non-functional and largely commented out for many years.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/Resources/RestHandler.addin.xml11
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>