From 672f7468f77e54c49ae39ca7516b9d2acbe08cc7 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 13 Sep 2015 00:05:29 +0100 Subject: change the names also on the assembyInfo files --- OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/PhysicsModules/ubOde/Properties') diff --git a/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ubOde/Properties/AssemblyInfo.cs index 01c8470..293454a 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 -- cgit v1.1