diff options
author | Jeff Ames | 2009-05-11 15:14:15 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-11 15:14:15 +0000 |
commit | 516440367680ce43417442bbf9570eaadd503235 (patch) | |
tree | 30f84174c08638681d4926a0e7773e572ec645f2 /OpenSim/Region/ReplaceableModules | |
parent | adding code to check for old-style responses ("True") (diff) | |
download | opensim-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.txt | 8 |
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 @@ | |||
1 | This folder is for modules that we intend to let users and system admins replace. | 1 | This folder is for modules that we intend to let users and system admins replace. |
2 | 2 | ||
3 | This folder should never end up a project. Only subfolders should end up as a project. The idea here is that each folder | 3 | This folder should never end up a project. Only subfolders should end up as a project. The idea here is that each folder |
4 | will produce a project and a separate .dll assembly for the module that will get picked up by the module loader. | 4 | will produce a project and a separate .dll assembly for the module that will get picked up by the module loader. |
5 | To replace the functionality, you simply replace the .dll with a different one. \ No newline at end of file | 5 | To replace the functionality, you simply replace the .dll with a different one. \ No newline at end of file |