aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:28:51 +0000
committerMike Mazur2009-02-16 02:28:51 +0000
commite41f761e0d808f39d58766cb8f888cda3b5a6043 (patch)
treea00b2349f5e1fcfde0c23471fbdf0a238cc29370 /OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
parentStandardize logging messages. (diff)
downloadopensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.zip
opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.gz
opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.bz2
opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.xz
- add restrictions and error handling to plugin loading in
AssetInventoryServer - assign shorter names to each AssetInventory plugin - modify AssetInventoryServer.ini.example file so it works out of the box
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs b/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
index af10393..f411127 100644
--- a/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
+++ b/OpenSim/Grid/AssetInventoryServer/Plugins/ReferenceFrontendPlugin.cs
@@ -87,7 +87,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
87 87
88 public string Name 88 public string Name
89 { 89 {
90 get { return "AssetInventoryServer Reference asset frontend"; } 90 get { return "ReferenceFrontend"; }
91 } 91 }
92 92
93 #endregion IPlugin implementation 93 #endregion IPlugin implementation