OpenSimMirror/OpenSim/Region/ReplaceableModules
Teravus Ovares dac793ea47 * 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)
2009-05-09 05:21:56 +00:00
..
MoneyModule * Break out the SampleMoneyModule to a new namespace 2009-05-09 05:21:56 +00:00
README.txt * Break out the SampleMoneyModule to a new namespace 2009-05-09 05:21:56 +00:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This folder is for modules that we intend to let users and system admins replace.

This folder should never end up a project.  Only subfolders should end up as a project.   The idea here is that each folder 
will produce a project and a separate .dll assembly for the module that will get picked up by the module loader.  
To replace the functionality, you simply replace the .dll with a different one.