From 672f7468f77e54c49ae39ca7516b9d2acbe08cc7 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 13 Sep 2015 00:05:29 +0100 Subject: [PATCH] change the names also on the assembyInfo files --- .../PhysicsModules/ubOde/Properties/AssemblyInfo.cs | 8 ++++---- .../ubOdeMeshing/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs index 01c8470bfa..293454a3fe 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs @@ -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)] \ No newline at end of file diff --git a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs index 6881e26caa..91df7ab549 100644 --- a/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/ubOdeMeshing/Properties/AssemblyInfo.cs @@ -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)]