mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* 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)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<Addin id="OpenSim.Region.ReplaceableModules.MoneyModule" version="0.2">
|
||||
<Runtime>
|
||||
<Import assembly="OpenSim.Region.ReplaceableModules.MoneyModule.dll"/>
|
||||
</Runtime>
|
||||
<Dependencies>
|
||||
<Addin id="OpenSim" version="0.5" />
|
||||
</Dependencies>
|
||||
</Addin>
|
||||
Reference in New Issue
Block a user