aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml
diff options
context:
space:
mode:
authorMelanie2010-01-11 05:13:47 +0000
committerMelanie2010-01-11 05:13:47 +0000
commitca75ad674315d924397576219f3bd3c5e1a75146 (patch)
tree2ec6fc565f8ba628660bcc26ef44fa9e9f2f12f9 /OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml
parentRefactor. Instantiate sim status handlers in opensim base, not in a plugin (diff)
downloadopensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.zip
opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.gz
opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.bz2
opensim-SC_OLD-ca75ad674315d924397576219f3bd3c5e1a75146.tar.xz
Remove CreateCommsManagerPlugin
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml b/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml
deleted file mode 100644
index ec042f3..0000000
--- a/OpenSim/ApplicationPlugins/CreateCommsManager/Resources/CreateCommsManagerPlugin.addin.xml
+++ /dev/null
@@ -1,11 +0,0 @@
1<Addin id="OpenSim.ApplicationPlugins.CreateCommsManager" version="0.1">
2 <Runtime>
3 <Import assembly="OpenSim.ApplicationPlugins.CreateCommsManager.dll"/>
4 </Runtime>
5 <Dependencies>
6 <Addin id="OpenSim" version="0.5" />
7 </Dependencies>
8 <Extension path = "/OpenSim/Startup">
9 <Plugin id="CreateCommsManager" type="OpenSim.ApplicationPlugins.CreateCommsManager.CreateCommsManagerPlugin" />
10 </Extension>
11</Addin>