diff options
author | Diva Canto | 2012-11-13 09:04:32 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-13 09:04:32 -0800 |
commit | 89a138885776cf09a2cca90e1733bde8b7d36303 (patch) | |
tree | 8ea80ba71aad76d39c42585601e051402876ac00 | |
parent | Last 27 modules' directives (service connectors out). (diff) | |
download | opensim-SC_OLD-89a138885776cf09a2cca90e1733bde8b7d36303.zip opensim-SC_OLD-89a138885776cf09a2cca90e1733bde8b7d36303.tar.gz opensim-SC_OLD-89a138885776cf09a2cca90e1733bde8b7d36303.tar.bz2 opensim-SC_OLD-89a138885776cf09a2cca90e1733bde8b7d36303.tar.xz |
Deleted .addin.xml. Added AssemblyInfo.cs
-rw-r--r-- | OpenSim/Region/CoreModules/Properties/AssemblyInfo.cs | 38 | ||||
-rw-r--r-- | OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml | 15 |
2 files changed, 38 insertions, 15 deletions
diff --git a/OpenSim/Region/CoreModules/Properties/AssemblyInfo.cs b/OpenSim/Region/CoreModules/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5b8898b --- /dev/null +++ b/OpenSim/Region/CoreModules/Properties/AssemblyInfo.cs | |||
@@ -0,0 +1,38 @@ | |||
1 | using System.Reflection; | ||
2 | using System.Runtime.CompilerServices; | ||
3 | using System.Runtime.InteropServices; | ||
4 | using Mono.Addins; | ||
5 | |||
6 | // General Information about an assembly is controlled through the following | ||
7 | // set of attributes. Change these attribute values to modify the information | ||
8 | // associated with an assembly. | ||
9 | [assembly: AssemblyTitle("OpenSim.Region.CoreModules")] | ||
10 | [assembly: AssemblyDescription("Core modules for OpenSim")] | ||
11 | [assembly: AssemblyConfiguration("")] | ||
12 | [assembly: AssemblyCompany("")] | ||
13 | [assembly: AssemblyProduct("OpenSim.Region.CoreModules.Properties")] | ||
14 | [assembly: AssemblyCopyright("Copyright © 2012")] | ||
15 | [assembly: AssemblyTrademark("")] | ||
16 | [assembly: AssemblyCulture("")] | ||
17 | |||
18 | // Setting ComVisible to false makes the types in this assembly not visible | ||
19 | // to COM components. If you need to access a type in this assembly from | ||
20 | // COM, set the ComVisible attribute to true on that type. | ||
21 | [assembly: ComVisible(false)] | ||
22 | |||
23 | // The following GUID is for the ID of the typelib if this project is exposed to COM | ||
24 | [assembly: Guid("94f62dd1-bcf3-4218-9844-9a3996286e3e")] | ||
25 | |||
26 | // Version information for an assembly consists of the following four values: | ||
27 | // | ||
28 | // Major Version | ||
29 | // Minor Version | ||
30 | // Build Number | ||
31 | // Revision | ||
32 | // | ||
33 | [assembly: AssemblyVersion("1.0.0.0")] | ||
34 | [assembly: AssemblyFileVersion("1.0.0.0")] | ||
35 | |||
36 | [assembly: Addin("OpenSim.Region.CoreModules", "0.1")] | ||
37 | [assembly: AddinDependency("OpenSim", "0.5")] | ||
38 | |||
diff --git a/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml b/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml deleted file mode 100644 index b7368db..0000000 --- a/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | <Addin id="OpenSim.Region.CoreModules" version="0.3"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.Region.CoreModules.dll"/> | ||
4 | </Runtime> | ||
5 | |||
6 | <Dependencies> | ||
7 | <Addin id="OpenSim" version="0.5" /> | ||
8 | </Dependencies> | ||
9 | |||
10 | <Extension path = "/OpenSim/RegionModules"> | ||
11 | |||
12 | </Extension> | ||
13 | |||
14 | |||
15 | </Addin> | ||