change the names also on the assembyInfo files

avinationmerge
UbitUmarov 2015-09-13 00:05:29 +01:00
parent 209cb840a2
commit 672f7468f7
2 changed files with 7 additions and 7 deletions

View File

@ -35,11 +35,11 @@ using Mono.Addins;
// change them to the information which is associated with the assembly
// you compile.
[assembly : AssemblyTitle("OpenSim.Region.PhysicsModule.UbitOde")]
[assembly : AssemblyDescription("Ubit Variation")]
[assembly : AssemblyTitle("OpenSim.Region.PhysicsModule.ubOde")]
[assembly : AssemblyDescription("Ubit Variation of ODE")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("http://opensimulator.org")]
[assembly : AssemblyProduct("UbitOde")]
[assembly : AssemblyProduct("ubOde")]
[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]
@ -57,5 +57,5 @@ using Mono.Addins;
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("0.8.2.*")]
[assembly: Addin("OpenSim.Region.PhysicsModule.UbitOde", OpenSim.VersionInfo.VersionNumber)]
[assembly: Addin("OpenSim.Region.PhysicsModule.ubOde", OpenSim.VersionInfo.VersionNumber)]
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]

View File

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