mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Add the XML manifests needed to get the new style modules to load.
Scripting now works again
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<Addin id="OpenSim.Region.ScriptEngine.DotNetEngine" version="0.2">
|
||||
<Runtime>
|
||||
<Import assembly="OpenSim.Region.ScriptEngine.DotNetEngine.dll"/>
|
||||
</Runtime>
|
||||
|
||||
<Dependencies>
|
||||
<Addin id="OpenSim" version="0.5" />
|
||||
</Dependencies>
|
||||
|
||||
<Extension path = "/OpenSim/RegionModules">
|
||||
<RegionModule id="DotNetEngine" type="OpenSim.Region.ScriptEngine.DotNetEngine.ScriptEngine" />
|
||||
</Extension>
|
||||
</Addin>
|
||||
Reference in New Issue
Block a user