aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ReplaceableModules
diff options
context:
space:
mode:
authorJeff Ames2009-05-11 15:14:15 +0000
committerJeff Ames2009-05-11 15:14:15 +0000
commit516440367680ce43417442bbf9570eaadd503235 (patch)
tree30f84174c08638681d4926a0e7773e572ec645f2 /OpenSim/Region/ReplaceableModules
parentadding code to check for old-style responses ("True") (diff)
downloadopensim-SC_OLD-516440367680ce43417442bbf9570eaadd503235.zip
opensim-SC_OLD-516440367680ce43417442bbf9570eaadd503235.tar.gz
opensim-SC_OLD-516440367680ce43417442bbf9570eaadd503235.tar.bz2
opensim-SC_OLD-516440367680ce43417442bbf9570eaadd503235.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Region/ReplaceableModules')
-rw-r--r--OpenSim/Region/ReplaceableModules/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ReplaceableModules/README.txt b/OpenSim/Region/ReplaceableModules/README.txt
index e8e759b..55b7157 100644
--- a/OpenSim/Region/ReplaceableModules/README.txt
+++ b/OpenSim/Region/ReplaceableModules/README.txt
@@ -1,5 +1,5 @@
1This folder is for modules that we intend to let users and system admins replace. 1This folder is for modules that we intend to let users and system admins replace.
2 2
3This folder should never end up a project. Only subfolders should end up as a project. The idea here is that each folder 3This folder should never end up a project. Only subfolders should end up as a project. The idea here is that each folder
4will produce a project and a separate .dll assembly for the module that will get picked up by the module loader. 4will produce a project and a separate .dll assembly for the module that will get picked up by the module loader.
5To replace the functionality, you simply replace the .dll with a different one. \ No newline at end of file 5To replace the functionality, you simply replace the .dll with a different one. \ No newline at end of file