mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
change the names also on the assembyInfo files
This commit is contained in:
@@ -6,8 +6,8 @@ using Mono.Addins;
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.UbitMeshing")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.ubODEMeshing")]
|
||||
[assembly: AssemblyDescription("Mesher for ubODE")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("http://opensimulator.org")]
|
||||
[assembly: AssemblyProduct("OpenSim")]
|
||||
@@ -32,5 +32,5 @@ using Mono.Addins;
|
||||
//
|
||||
[assembly: AssemblyVersion("0.8.2.*")]
|
||||
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModule.UbitMeshing", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: Addin("OpenSim.Region.PhysicsModule.ubOdeMeshing", OpenSim.VersionInfo.VersionNumber)]
|
||||
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
|
||||
|
||||
Reference in New Issue
Block a user