diff options
author | Teravus Ovares | 2009-05-09 05:21:56 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-05-09 05:21:56 +0000 |
commit | dac793ea47a5ec370f86dd54b624de8510dc124f (patch) | |
tree | 862e4bd25ff423ec357c54b752cf1b97c6d434d3 /OpenSim/Region/ReplaceableModules/README.txt | |
parent | Make remote assets work through the new server system (diff) | |
download | opensim-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 'OpenSim/Region/ReplaceableModules/README.txt')
-rw-r--r-- | OpenSim/Region/ReplaceableModules/README.txt | 5 |
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 @@ | |||
1 | This folder is for modules that we intend to let users and system admins replace. | ||
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 | ||
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 | ||