mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
All physics plugins are now region modules. Compiles but doesn't run.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using Mono.Addins;
|
||||
|
||||
// Information about this assembly is defined by the following
|
||||
// attributes.
|
||||
@@ -56,3 +57,6 @@ using System.Runtime.InteropServices;
|
||||
// numbers with the '*' character (the default):
|
||||
|
||||
[assembly : AssemblyVersion("0.8.2.*")]
|
||||
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModule.POS", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||
|
||||
Reference in New Issue
Block a user