diff options
author | Dr Scofield | 2008-07-25 17:06:26 +0000 |
---|---|---|
committer | Dr Scofield | 2008-07-25 17:06:26 +0000 |
commit | c724e3843399e63c895bd82856496fb3cc64ad57 (patch) | |
tree | fb4406882bbcd74a3d97bb6a968006dae8bdffa6 /bin/GridInfoPlugin.addin.xml | |
parent | first cut at a GridInfo plugin (mantis #1825). Currently just spits (diff) | |
download | opensim-SC_OLD-c724e3843399e63c895bd82856496fb3cc64ad57.zip opensim-SC_OLD-c724e3843399e63c895bd82856496fb3cc64ad57.tar.gz opensim-SC_OLD-c724e3843399e63c895bd82856496fb3cc64ad57.tar.bz2 opensim-SC_OLD-c724e3843399e63c895bd82856496fb3cc64ad57.tar.xz |
oops. forgot to add addin.xml for GridInfoPlugin. also, slight
reordering of plugin initialisation to ensure that it will return base
information about grid, even if [GridInfo] config section is not
there.
Diffstat (limited to '')
-rw-r--r-- | bin/GridInfoPlugin.addin.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/GridInfoPlugin.addin.xml b/bin/GridInfoPlugin.addin.xml new file mode 100644 index 0000000..ee75817 --- /dev/null +++ b/bin/GridInfoPlugin.addin.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <Addin id="OpenSim.ApplicationPlugins.GridInfo" version="0.1"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.ApplicationPlugins.GridInfo.dll"/> | ||
4 | </Runtime> | ||
5 | <Dependencies> | ||
6 | <Addin id="OpenSim" version="0.5" /> | ||
7 | </Dependencies> | ||
8 | <Extension path = "/OpenSim/Startup"> | ||
9 | <Type type="OpenSim.ApplicationPlugins.GridInfo.GridInfoPlugin" /> | ||
10 | </Extension> | ||
11 | </Addin> | ||