aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-09-08 20:03:54 +0100
committerUbitUmarov2015-09-08 20:03:54 +0100
commit40fd7cbf7478b4b3966ef49728974ba3f75512dd (patch)
treee40872070b926d26100d5a79c304e31420da551f /OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs
parentmore on compile.. (diff)
downloadopensim-SC-40fd7cbf7478b4b3966ef49728974ba3f75512dd.zip
opensim-SC-40fd7cbf7478b4b3966ef49728974ba3f75512dd.tar.gz
opensim-SC-40fd7cbf7478b4b3966ef49728974ba3f75512dd.tar.bz2
opensim-SC-40fd7cbf7478b4b3966ef49728974ba3f75512dd.tar.xz
a mess with Modules and Module
Diffstat (limited to 'OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs
index d6ac8b2..648a081 100644
--- a/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/PhysicsModules/Meshing/Properties/AssemblyInfo.cs
@@ -6,7 +6,7 @@ using Mono.Addins;
6// General Information about an assembly is controlled through the following 6// General Information about an assembly is controlled through the following
7// set of attributes. Change these attribute values to modify the information 7// set of attributes. Change these attribute values to modify the information
8// associated with an assembly. 8// associated with an assembly.
9[assembly: AssemblyTitle("OpenSim.Region.PhysicsModules.Meshing")] 9[assembly: AssemblyTitle("OpenSim.Region.PhysicsModule.Meshing")]
10[assembly: AssemblyDescription("")] 10[assembly: AssemblyDescription("")]
11[assembly: AssemblyConfiguration("")] 11[assembly: AssemblyConfiguration("")]
12[assembly: AssemblyCompany("http://opensimulator.org")] 12[assembly: AssemblyCompany("http://opensimulator.org")]
@@ -32,5 +32,5 @@ using Mono.Addins;
32// 32//
33[assembly: AssemblyVersion("0.8.2.*")] 33[assembly: AssemblyVersion("0.8.2.*")]
34 34
35[assembly: Addin("OpenSim.Region.PhysicsModules.Meshing", OpenSim.VersionInfo.VersionNumber)] 35[assembly: Addin("OpenSim.Region.PhysicsModule.Meshing", OpenSim.VersionInfo.VersionNumber)]
36[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] 36[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]