aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/UbitOde
diff options
context:
space:
mode:
authorUbitUmarov2015-09-08 20:44:20 +0100
committerUbitUmarov2015-09-08 20:44:20 +0100
commit6dc4c8321d76353bedcad52e2fe9a9b48ab40a07 (patch)
treedeb66503d4da11ca893c350e0d351f6bd2987f44 /OpenSim/Region/PhysicsModules/UbitOde
parenta mess with Modules and Module (diff)
downloadopensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.zip
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.gz
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.bz2
opensim-SC_OLD-6dc4c8321d76353bedcad52e2fe9a9b48ab40a07.tar.xz
properties folders
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/PhysicsModules/UbitOde/Properties/AssemblyInfo.cs (renamed from OpenSim/Region/PhysicsModules/UbitOde/AssemblyInfo.cs)9
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenSim/Region/PhysicsModules/UbitOde/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/UbitOde/Properties/AssemblyInfo.cs
index d46341b..01c8470 100644
--- a/OpenSim/Region/PhysicsModules/UbitOde/AssemblyInfo.cs
+++ b/OpenSim/Region/PhysicsModules/UbitOde/Properties/AssemblyInfo.cs
@@ -27,6 +27,7 @@
27 27
28using System.Reflection; 28using System.Reflection;
29using System.Runtime.InteropServices; 29using System.Runtime.InteropServices;
30using Mono.Addins;
30 31
31// Information about this assembly is defined by the following 32// Information about this assembly is defined by the following
32// attributes. 33// attributes.
@@ -34,11 +35,11 @@ using System.Runtime.InteropServices;
34// change them to the information which is associated with the assembly 35// change them to the information which is associated with the assembly
35// you compile. 36// you compile.
36 37
37[assembly : AssemblyTitle("OdePlugin")] 38[assembly : AssemblyTitle("OpenSim.Region.PhysicsModule.UbitOde")]
38[assembly : AssemblyDescription("Ubit Variation")] 39[assembly : AssemblyDescription("Ubit Variation")]
39[assembly : AssemblyConfiguration("")] 40[assembly : AssemblyConfiguration("")]
40[assembly : AssemblyCompany("http://opensimulator.org")] 41[assembly : AssemblyCompany("http://opensimulator.org")]
41[assembly : AssemblyProduct("OdePlugin")] 42[assembly : AssemblyProduct("UbitOde")]
42[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")] 43[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2009")]
43[assembly : AssemblyTrademark("")] 44[assembly : AssemblyTrademark("")]
44[assembly : AssemblyCulture("")] 45[assembly : AssemblyCulture("")]
@@ -55,4 +56,6 @@ using System.Runtime.InteropServices;
55// You can specify all values by your own or you can build default build and revision 56// You can specify all values by your own or you can build default build and revision
56// numbers with the '*' character (the default): 57// numbers with the '*' character (the default):
57 58
58[assembly : AssemblyVersion("0.6.5.*")] 59[assembly : AssemblyVersion("0.8.2.*")]
60[assembly: Addin("OpenSim.Region.PhysicsModule.UbitOde", OpenSim.VersionInfo.VersionNumber)]
61[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] \ No newline at end of file