diff --git a/OpenSim/Region/Physics/BasicPhysicsPlugin/AssemblyInfo.cs b/OpenSim/Region/Physics/BasicPhysicsPlugin/AssemblyInfo.cs index a8f1de108b..07a2cd6f34 100644 --- a/OpenSim/Region/Physics/BasicPhysicsPlugin/AssemblyInfo.cs +++ b/OpenSim/Region/Physics/BasicPhysicsPlugin/AssemblyInfo.cs @@ -34,11 +34,11 @@ using System.Runtime.InteropServices; // change them to the information which is associated with the assembly // you compile. -[assembly : AssemblyTitle("PhysXplugin")] +[assembly : AssemblyTitle("BasicPhysicsPlugin")] [assembly : AssemblyDescription("")] [assembly : AssemblyConfiguration("")] [assembly : AssemblyCompany("")] -[assembly : AssemblyProduct("PhysXplugin")] +[assembly : AssemblyProduct("BasicPhysicsPlugin")] [assembly : AssemblyCopyright("")] [assembly : AssemblyTrademark("")] [assembly : AssemblyCulture("")] diff --git a/OpenSim/Region/Physics/OdePlugin/AssemblyInfo.cs b/OpenSim/Region/Physics/OdePlugin/AssemblyInfo.cs index d110a17706..ddc70a507b 100644 --- a/OpenSim/Region/Physics/OdePlugin/AssemblyInfo.cs +++ b/OpenSim/Region/Physics/OdePlugin/AssemblyInfo.cs @@ -34,11 +34,11 @@ using System.Runtime.InteropServices; // change them to the information which is associated with the assembly // you compile. -[assembly : AssemblyTitle("RealPhysXplugin")] +[assembly : AssemblyTitle("OdePlugin")] [assembly : AssemblyDescription("")] [assembly : AssemblyConfiguration("")] [assembly : AssemblyCompany("")] -[assembly : AssemblyProduct("RealPhysXplugin")] +[assembly : AssemblyProduct("OdePlugin")] [assembly : AssemblyCopyright("")] [assembly : AssemblyTrademark("")] [assembly : AssemblyCulture("")]