aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorBlueWall2011-12-07 11:21:50 -0500
committerBlueWall2011-12-07 11:21:50 -0500
commit33c6067098a452eec36721b833668f9662b99100 (patch)
tree2492f167ff135fde5f4ff5a2928d635f36769c2b /OpenSim/Region/Application
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-33c6067098a452eec36721b833668f9662b99100.zip
opensim-SC_OLD-33c6067098a452eec36721b833668f9662b99100.tar.gz
opensim-SC_OLD-33c6067098a452eec36721b833668f9662b99100.tar.bz2
opensim-SC_OLD-33c6067098a452eec36721b833668f9662b99100.tar.xz
Trigger a Jenkins build
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index bae44ee..55ba18a 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -62,6 +62,7 @@ namespace OpenSim
62 62
63 // These are the names of the plugin-points extended by this 63 // These are the names of the plugin-points extended by this
64 // class during system startup. 64 // class during system startup.
65 //
65 66
66 private const string PLUGIN_ASSET_CACHE = "/OpenSim/AssetCache"; 67 private const string PLUGIN_ASSET_CACHE = "/OpenSim/AssetCache";
67 private const string PLUGIN_ASSET_SERVER_CLIENT = "/OpenSim/AssetClient"; 68 private const string PLUGIN_ASSET_SERVER_CLIENT = "/OpenSim/AssetClient";