aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ReplaceableModules/README.txt
diff options
context:
space:
mode:
authorTeravus Ovares2009-05-09 05:21:56 +0000
committerTeravus Ovares2009-05-09 05:21:56 +0000
commitdac793ea47a5ec370f86dd54b624de8510dc124f (patch)
tree862e4bd25ff423ec357c54b752cf1b97c6d434d3 /OpenSim/Region/ReplaceableModules/README.txt
parentMake remote assets work through the new server system (diff)
downloadopensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.zip
opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.gz
opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.bz2
opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.xz
* Break out the SampleMoneyModule to a new namespace
* Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit)
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ReplaceableModules/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ReplaceableModules/README.txt b/OpenSim/Region/ReplaceableModules/README.txt
new file mode 100644
index 0000000..e8e759b
--- /dev/null
+++ b/OpenSim/Region/ReplaceableModules/README.txt
@@ -0,0 +1,5 @@
1This folder is for modules that we intend to let users and system admins replace.
2
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.
5To replace the functionality, you simply replace the .dll with a different one. \ No newline at end of file