Add the XML manifests needed to get the new style modules to load.

Scripting now works again
This commit is contained in:
Melanie Thielker
2009-04-15 23:59:15 +00:00
parent 5a0f1e9022
commit c98287249e
3 changed files with 28 additions and 0 deletions

View File

@@ -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>