diff options
author | lbsa71 | 2007-11-15 15:32:28 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-15 15:32:28 +0000 |
commit | 57ff76850d1d50d31efe7c20998c57a162ac819d (patch) | |
tree | f97fb9cbd320fe1a509e921003cf9713330f3925 /OpenSim/ApplicationPlugins | |
parent | * Implemented the little friendly pop tooltip messages that appear when you h... (diff) | |
download | opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.zip opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.gz opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.bz2 opensim-SC_OLD-57ff76850d1d50d31efe7c20998c57a162ac819d.tar.xz |
* Added MySQLDataStore (adapted from MonoSqlite
* Made startup a little bit more forgiving on dll load
* Minor renamings and musings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs index f0232e6..e8509fc 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/LoadRegionsPlugin.cs | |||
@@ -14,7 +14,7 @@ using Nini.Config; | |||
14 | [assembly:Addin] | 14 | [assembly:Addin] |
15 | [assembly:AddinDependency ("OpenSim", "0.4")] | 15 | [assembly:AddinDependency ("OpenSim", "0.4")] |
16 | 16 | ||
17 | namespace OpenSim.ApplicationPlugins.Example | 17 | namespace OpenSim.ApplicationPlugins.LoadRegions |
18 | { | 18 | { |
19 | [Extension("/OpenSim/Startup")] | 19 | [Extension("/OpenSim/Startup")] |
20 | public class LoadRegionsPlugin : IApplicationPlugin | 20 | public class LoadRegionsPlugin : IApplicationPlugin |
@@ -55,4 +55,4 @@ namespace OpenSim.ApplicationPlugins.Example | |||
55 | 55 | ||
56 | } | 56 | } |
57 | } | 57 | } |
58 | } | 58 | } \ No newline at end of file |