diff options
author | mingchen | 2007-06-27 19:04:23 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 19:04:23 +0000 |
commit | 9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch) | |
tree | d8decfccf4aea6460e322e2a0d7a26228b4041fe /OpenSim | |
parent | *Fixed OpenGridServices.sln and prebuild.xml (diff) | |
download | opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.zip opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.gz opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.bz2 opensim-SC_OLD-9eaecabdd0884cfe17d249440badce1ecdbcc142.tar.xz |
*Moved VersionInfo.cs to its correct place in OpenSim.csproj
*Added OpenSim.Region.Caps
*Updated prebuild.xml and ran prebuild
Diffstat (limited to 'OpenSim')
18 files changed, 40 insertions, 40 deletions
diff --git a/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj b/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj index 62e3887..09a32b5 100644 --- a/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj +++ b/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj | |||
@@ -88,19 +88,19 @@ | |||
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | </ItemGroup> |
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | <Compile Include="MySQLGridData.cs"> | ||
92 | <SubType>Code</SubType> | ||
93 | </Compile> | ||
94 | <Compile Include="MySQLInventoryData.cs"> | 91 | <Compile Include="MySQLInventoryData.cs"> |
95 | <SubType>Code</SubType> | 92 | <SubType>Code</SubType> |
96 | </Compile> | 93 | </Compile> |
97 | <Compile Include="MySQLLogData.cs"> | 94 | <Compile Include="MySQLUserData.cs"> |
98 | <SubType>Code</SubType> | 95 | <SubType>Code</SubType> |
99 | </Compile> | 96 | </Compile> |
100 | <Compile Include="MySQLManager.cs"> | 97 | <Compile Include="MySQLManager.cs"> |
101 | <SubType>Code</SubType> | 98 | <SubType>Code</SubType> |
102 | </Compile> | 99 | </Compile> |
103 | <Compile Include="MySQLUserData.cs"> | 100 | <Compile Include="MySQLLogData.cs"> |
101 | <SubType>Code</SubType> | ||
102 | </Compile> | ||
103 | <Compile Include="MySQLGridData.cs"> | ||
104 | <SubType>Code</SubType> | 104 | <SubType>Code</SubType> |
105 | </Compile> | 105 | </Compile> |
106 | <Compile Include="Properties\AssemblyInfo.cs"> | 106 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj index 4ba24f1..dab22ea 100644 --- a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj +++ b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | |||
@@ -88,10 +88,10 @@ | |||
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | </ItemGroup> |
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | <Compile Include="SQLiteGridData.cs"> | 91 | <Compile Include="SQLiteManager.cs"> |
92 | <SubType>Code</SubType> | 92 | <SubType>Code</SubType> |
93 | </Compile> | 93 | </Compile> |
94 | <Compile Include="SQLiteManager.cs"> | 94 | <Compile Include="SQLiteGridData.cs"> |
95 | <SubType>Code</SubType> | 95 | <SubType>Code</SubType> |
96 | </Compile> | 96 | </Compile> |
97 | <Compile Include="Properties\AssemblyInfo.cs"> | 97 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Grid/Framework.Manager/OpenSim.Grid.Framework.Manager.csproj b/OpenSim/Grid/Framework.Manager/OpenSim.Grid.Framework.Manager.csproj index 12edcd0..9a98ff4 100644 --- a/OpenSim/Grid/Framework.Manager/OpenSim.Grid.Framework.Manager.csproj +++ b/OpenSim/Grid/Framework.Manager/OpenSim.Grid.Framework.Manager.csproj | |||
@@ -82,10 +82,10 @@ | |||
82 | <ItemGroup> | 82 | <ItemGroup> |
83 | </ItemGroup> | 83 | </ItemGroup> |
84 | <ItemGroup> | 84 | <ItemGroup> |
85 | <Compile Include="GridServerManager.cs"> | 85 | <Compile Include="GridManagementAgent.cs"> |
86 | <SubType>Code</SubType> | 86 | <SubType>Code</SubType> |
87 | </Compile> | 87 | </Compile> |
88 | <Compile Include="GridManagementAgent.cs"> | 88 | <Compile Include="GridServerManager.cs"> |
89 | <SubType>Code</SubType> | 89 | <SubType>Code</SubType> |
90 | </Compile> | 90 | </Compile> |
91 | </ItemGroup> | 91 | </ItemGroup> |
diff --git a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj index e822c18..1146b17 100644 --- a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj +++ b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj | |||
@@ -114,10 +114,10 @@ | |||
114 | </ProjectReference> | 114 | </ProjectReference> |
115 | </ItemGroup> | 115 | </ItemGroup> |
116 | <ItemGroup> | 116 | <ItemGroup> |
117 | <Compile Include="UserManager.cs"> | 117 | <Compile Include="Main.cs"> |
118 | <SubType>Code</SubType> | 118 | <SubType>Code</SubType> |
119 | </Compile> | 119 | </Compile> |
120 | <Compile Include="Main.cs"> | 120 | <Compile Include="UserManager.cs"> |
121 | <SubType>Code</SubType> | 121 | <SubType>Code</SubType> |
122 | </Compile> | 122 | </Compile> |
123 | <Compile Include="Properties\AssemblyInfo.cs"> | 123 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Region/Application/OpenSim.csproj b/OpenSim/Region/Application/OpenSim.csproj index 8e50e92..8960664 100644 --- a/OpenSim/Region/Application/OpenSim.csproj +++ b/OpenSim/Region/Application/OpenSim.csproj | |||
@@ -164,10 +164,13 @@ | |||
164 | </ProjectReference> | 164 | </ProjectReference> |
165 | </ItemGroup> | 165 | </ItemGroup> |
166 | <ItemGroup> | 166 | <ItemGroup> |
167 | <Compile Include="OpenSimMain.cs"> | 167 | <Compile Include="Application.cs"> |
168 | <SubType>Code</SubType> | 168 | <SubType>Code</SubType> |
169 | </Compile> | 169 | </Compile> |
170 | <Compile Include="Application.cs"> | 170 | <Compile Include="VersionInfo.cs"> |
171 | <SubType>Code</SubType> | ||
172 | </Compile> | ||
173 | <Compile Include="OpenSimMain.cs"> | ||
171 | <SubType>Code</SubType> | 174 | <SubType>Code</SubType> |
172 | </Compile> | 175 | </Compile> |
173 | </ItemGroup> | 176 | </ItemGroup> |
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index db4185c..e06d38c 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -40,7 +40,7 @@ using libsecondlife; | |||
40 | using libsecondlife.Packets; | 40 | using libsecondlife.Packets; |
41 | using OpenSim.Region.Environment; | 41 | using OpenSim.Region.Environment; |
42 | using OpenSim.Region.Environment.Scenes; | 42 | using OpenSim.Region.Environment.Scenes; |
43 | using OpenSim.Terrain; | 43 | using OpenSim.Region.Terrain; |
44 | using OpenSim.Framework.Interfaces; | 44 | using OpenSim.Framework.Interfaces; |
45 | using OpenSim.Framework.Types; | 45 | using OpenSim.Framework.Types; |
46 | using OpenSim.Framework; | 46 | using OpenSim.Framework; |
diff --git a/OpenSim/Region/ClientStack/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 249ca94..5d1354e 100644 --- a/OpenSim/Region/ClientStack/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | using System; | 28 | using System; |
29 | 29 | ||
30 | namespace OpenSim.Region.ClientStack | 30 | namespace OpenSim |
31 | { | 31 | { |
32 | /// <summary> | 32 | /// <summary> |
33 | /// </summary> | 33 | /// </summary> |
diff --git a/OpenSim/Region/Caps/Caps.cs b/OpenSim/Region/Caps/Caps.cs index 13a351d..414828a 100644 --- a/OpenSim/Region/Caps/Caps.cs +++ b/OpenSim/Region/Caps/Caps.cs | |||
@@ -4,11 +4,11 @@ using System.Collections.Generic; | |||
4 | using System.Text; | 4 | using System.Text; |
5 | using System.IO; | 5 | using System.IO; |
6 | using System.Xml; | 6 | using System.Xml; |
7 | using OpenSim.Servers; | 7 | using OpenSim.Framework.Servers; |
8 | using OpenSim.Framework; | 8 | using OpenSim.Framework; |
9 | using OpenSim.Framework.Utilities; | 9 | using OpenSim.Framework.Utilities; |
10 | using OpenSim.Framework.Types; | 10 | using OpenSim.Framework.Types; |
11 | using OpenSim.Caches; | 11 | using OpenSim.Region.Caches; |
12 | using libsecondlife; | 12 | using libsecondlife; |
13 | 13 | ||
14 | namespace OpenSim.Region | 14 | namespace OpenSim.Region |
diff --git a/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj b/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj index 4b5f2a7..cca7c71 100644 --- a/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj +++ b/OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj | |||
@@ -135,9 +135,6 @@ | |||
135 | <Compile Include="PacketServer.cs"> | 135 | <Compile Include="PacketServer.cs"> |
136 | <SubType>Code</SubType> | 136 | <SubType>Code</SubType> |
137 | </Compile> | 137 | </Compile> |
138 | <Compile Include="UDPServer.cs"> | ||
139 | <SubType>Code</SubType> | ||
140 | </Compile> | ||
141 | <Compile Include="ClientView.PacketHandlers.cs"> | 138 | <Compile Include="ClientView.PacketHandlers.cs"> |
142 | <SubType>Code</SubType> | 139 | <SubType>Code</SubType> |
143 | </Compile> | 140 | </Compile> |
@@ -147,16 +144,16 @@ | |||
147 | <Compile Include="ClientView.ProcessPackets.cs"> | 144 | <Compile Include="ClientView.ProcessPackets.cs"> |
148 | <SubType>Code</SubType> | 145 | <SubType>Code</SubType> |
149 | </Compile> | 146 | </Compile> |
150 | <Compile Include="VersionInfo.cs"> | 147 | <Compile Include="ClientViewBase.cs"> |
151 | <SubType>Code</SubType> | 148 | <SubType>Code</SubType> |
152 | </Compile> | 149 | </Compile> |
153 | <Compile Include="RegionApplicationBase.cs"> | 150 | <Compile Include="ClientView.cs"> |
154 | <SubType>Code</SubType> | 151 | <SubType>Code</SubType> |
155 | </Compile> | 152 | </Compile> |
156 | <Compile Include="ClientViewBase.cs"> | 153 | <Compile Include="RegionApplicationBase.cs"> |
157 | <SubType>Code</SubType> | 154 | <SubType>Code</SubType> |
158 | </Compile> | 155 | </Compile> |
159 | <Compile Include="ClientView.cs"> | 156 | <Compile Include="UDPServer.cs"> |
160 | <SubType>Code</SubType> | 157 | <SubType>Code</SubType> |
161 | </Compile> | 158 | </Compile> |
162 | <Compile Include="Assets\InventoryCache.cs"> | 159 | <Compile Include="Assets\InventoryCache.cs"> |
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index d39adb5..94db8ee 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -37,7 +37,7 @@ using System.Collections; | |||
37 | using System.Collections.Generic; | 37 | using System.Collections.Generic; |
38 | using libsecondlife; | 38 | using libsecondlife; |
39 | using libsecondlife.Packets; | 39 | using libsecondlife.Packets; |
40 | using OpenSim.Terrain; | 40 | using OpenSim.Region.Terrain; |
41 | using OpenSim.Framework.Interfaces; | 41 | using OpenSim.Framework.Interfaces; |
42 | using OpenSim.Framework.Types; | 42 | using OpenSim.Framework.Types; |
43 | using OpenSim.Framework; | 43 | using OpenSim.Framework; |
diff --git a/OpenSim/Region/ClientStack/UDPServer.cs b/OpenSim/Region/ClientStack/UDPServer.cs index 33097ed..259352c 100644 --- a/OpenSim/Region/ClientStack/UDPServer.cs +++ b/OpenSim/Region/ClientStack/UDPServer.cs | |||
@@ -37,7 +37,7 @@ using System.Collections; | |||
37 | using System.Collections.Generic; | 37 | using System.Collections.Generic; |
38 | using libsecondlife; | 38 | using libsecondlife; |
39 | using libsecondlife.Packets; | 39 | using libsecondlife.Packets; |
40 | using OpenSim.Terrain; | 40 | using OpenSim.Region.Terrain; |
41 | using OpenSim.Framework.Interfaces; | 41 | using OpenSim.Framework.Interfaces; |
42 | using OpenSim.Framework.Types; | 42 | using OpenSim.Framework.Types; |
43 | using OpenSim.Assets; | 43 | using OpenSim.Assets; |
diff --git a/OpenSim/Region/Simulation/OpenSim.Region.Environment.csproj b/OpenSim/Region/Simulation/OpenSim.Region.Environment.csproj index 60305bd..3f8b60d 100644 --- a/OpenSim/Region/Simulation/OpenSim.Region.Environment.csproj +++ b/OpenSim/Region/Simulation/OpenSim.Region.Environment.csproj | |||
@@ -149,9 +149,6 @@ | |||
149 | <Compile Include="Scenes\Entity.cs"> | 149 | <Compile Include="Scenes\Entity.cs"> |
150 | <SubType>Code</SubType> | 150 | <SubType>Code</SubType> |
151 | </Compile> | 151 | </Compile> |
152 | <Compile Include="Scenes\Scene.cs"> | ||
153 | <SubType>Code</SubType> | ||
154 | </Compile> | ||
155 | <Compile Include="Scenes\Scene.Scripting.cs"> | 152 | <Compile Include="Scenes\Scene.Scripting.cs"> |
156 | <SubType>Code</SubType> | 153 | <SubType>Code</SubType> |
157 | </Compile> | 154 | </Compile> |
@@ -176,10 +173,13 @@ | |||
176 | <Compile Include="Scenes\Primitive.cs"> | 173 | <Compile Include="Scenes\Primitive.cs"> |
177 | <SubType>Code</SubType> | 174 | <SubType>Code</SubType> |
178 | </Compile> | 175 | </Compile> |
179 | <Compile Include="Scenes\SceneBase.cs"> | 176 | <Compile Include="Scenes\IScenePresenceBody.cs"> |
180 | <SubType>Code</SubType> | 177 | <SubType>Code</SubType> |
181 | </Compile> | 178 | </Compile> |
182 | <Compile Include="Scenes\IScenePresenceBody.cs"> | 179 | <Compile Include="Scenes\Scene.cs"> |
180 | <SubType>Code</SubType> | ||
181 | </Compile> | ||
182 | <Compile Include="Scenes\SceneBase.cs"> | ||
183 | <SubType>Code</SubType> | 183 | <SubType>Code</SubType> |
184 | </Compile> | 184 | </Compile> |
185 | <Compile Include="Scenes\scripting\IScriptHandler.cs"> | 185 | <Compile Include="Scenes\scripting\IScriptHandler.cs"> |
diff --git a/OpenSim/Region/Simulation/Scenes/Scene.cs b/OpenSim/Region/Simulation/Scenes/Scene.cs index 7e56296..e71f601 100644 --- a/OpenSim/Region/Simulation/Scenes/Scene.cs +++ b/OpenSim/Region/Simulation/Scenes/Scene.cs | |||
@@ -40,7 +40,7 @@ using OpenSim.Framework.Types; | |||
40 | using OpenSim.Framework.Inventory; | 40 | using OpenSim.Framework.Inventory; |
41 | using OpenSim.Framework; | 41 | using OpenSim.Framework; |
42 | using OpenSim.Region.Environment.Scripting; | 42 | using OpenSim.Region.Environment.Scripting; |
43 | using OpenSim.Terrain; | 43 | using OpenSim.Region.Terrain; |
44 | using OpenSim.Framework.Communications; | 44 | using OpenSim.Framework.Communications; |
45 | using OpenSim.Region.Caches; | 45 | using OpenSim.Region.Caches; |
46 | using OpenSim.Region.Environment; | 46 | using OpenSim.Region.Environment; |
diff --git a/OpenSim/Region/Simulation/Scenes/SceneBase.cs b/OpenSim/Region/Simulation/Scenes/SceneBase.cs index ecd14de..3d8f522 100644 --- a/OpenSim/Region/Simulation/Scenes/SceneBase.cs +++ b/OpenSim/Region/Simulation/Scenes/SceneBase.cs | |||
@@ -38,7 +38,7 @@ using OpenSim.Framework.Interfaces; | |||
38 | using OpenSim.Framework.Types; | 38 | using OpenSim.Framework.Types; |
39 | using OpenSim.Framework.Inventory; | 39 | using OpenSim.Framework.Inventory; |
40 | using OpenSim.Region.Environment.Scripting; | 40 | using OpenSim.Region.Environment.Scripting; |
41 | using OpenSim.Terrain; | 41 | using OpenSim.Region.Terrain; |
42 | using OpenSim.Region.Caches; | 42 | using OpenSim.Region.Caches; |
43 | 43 | ||
44 | namespace OpenSim.Region.Environment.Scenes | 44 | namespace OpenSim.Region.Environment.Scenes |
diff --git a/OpenSim/Region/Terrain.BasicTerrain/OpenSim.Region.Terrain.BasicTerrain.csproj b/OpenSim/Region/Terrain.BasicTerrain/OpenSim.Region.Terrain.BasicTerrain.csproj index 24667e5..60a2d2b 100644 --- a/OpenSim/Region/Terrain.BasicTerrain/OpenSim.Region.Terrain.BasicTerrain.csproj +++ b/OpenSim/Region/Terrain.BasicTerrain/OpenSim.Region.Terrain.BasicTerrain.csproj | |||
@@ -90,10 +90,10 @@ | |||
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | </ItemGroup> | 91 | </ItemGroup> |
92 | <ItemGroup> | 92 | <ItemGroup> |
93 | <Compile Include="TerrainEngine.cs"> | 93 | <Compile Include="TerrainFilter.cs"> |
94 | <SubType>Code</SubType> | 94 | <SubType>Code</SubType> |
95 | </Compile> | 95 | </Compile> |
96 | <Compile Include="TerrainFilter.cs"> | 96 | <Compile Include="TerrainEngine.cs"> |
97 | <SubType>Code</SubType> | 97 | <SubType>Code</SubType> |
98 | </Compile> | 98 | </Compile> |
99 | <Compile Include="Properties\AssemblyInfo.cs"> | 99 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Region/Terrain.BasicTerrain/Properties/AssemblyInfo.cs b/OpenSim/Region/Terrain.BasicTerrain/Properties/AssemblyInfo.cs index 827c68f..7d10ae3 100644 --- a/OpenSim/Region/Terrain.BasicTerrain/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Terrain.BasicTerrain/Properties/AssemblyInfo.cs | |||
@@ -32,11 +32,11 @@ using System.Runtime.InteropServices; | |||
32 | // General Information about an assembly is controlled through the following | 32 | // General Information about an assembly is controlled through the following |
33 | // set of attributes. Change these attribute values to modify the information | 33 | // set of attributes. Change these attribute values to modify the information |
34 | // associated with an assembly. | 34 | // associated with an assembly. |
35 | [assembly: AssemblyTitle("OpenSim.Terrain.BasicTerrain")] | 35 | [assembly: AssemblyTitle("OpenSim.Region.Terrain.BasicTerrain")] |
36 | [assembly: AssemblyDescription("")] | 36 | [assembly: AssemblyDescription("")] |
37 | [assembly: AssemblyConfiguration("")] | 37 | [assembly: AssemblyConfiguration("")] |
38 | [assembly: AssemblyCompany("")] | 38 | [assembly: AssemblyCompany("")] |
39 | [assembly: AssemblyProduct("OpenSim.Terrain.BasicTerrain")] | 39 | [assembly: AssemblyProduct("OpenSim.Region.Terrain.BasicTerrain")] |
40 | [assembly: AssemblyCopyright("Copyright © 2007")] | 40 | [assembly: AssemblyCopyright("Copyright © 2007")] |
41 | [assembly: AssemblyTrademark("")] | 41 | [assembly: AssemblyTrademark("")] |
42 | [assembly: AssemblyCulture("")] | 42 | [assembly: AssemblyCulture("")] |
diff --git a/OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs b/OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs index 4f989fa..c2d7e86 100644 --- a/OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs +++ b/OpenSim/Region/Terrain.BasicTerrain/TerrainEngine.cs | |||
@@ -32,7 +32,7 @@ using System.Drawing; | |||
32 | using libTerrain; | 32 | using libTerrain; |
33 | using OpenJPEGNet; | 33 | using OpenJPEGNet; |
34 | 34 | ||
35 | namespace OpenSim.Terrain | 35 | namespace OpenSim.Region.Terrain |
36 | { | 36 | { |
37 | public class TerrainCommand | 37 | public class TerrainCommand |
38 | { | 38 | { |
diff --git a/OpenSim/Region/Terrain.BasicTerrain/TerrainFilter.cs b/OpenSim/Region/Terrain.BasicTerrain/TerrainFilter.cs index 689375d..f04ac56 100644 --- a/OpenSim/Region/Terrain.BasicTerrain/TerrainFilter.cs +++ b/OpenSim/Region/Terrain.BasicTerrain/TerrainFilter.cs | |||
@@ -9,7 +9,7 @@ using Microsoft.JScript; | |||
9 | 9 | ||
10 | using libTerrain; | 10 | using libTerrain; |
11 | 11 | ||
12 | namespace OpenSim.Terrain | 12 | namespace OpenSim.Region.Terrain |
13 | { | 13 | { |
14 | public interface ITerrainFilter | 14 | public interface ITerrainFilter |
15 | { | 15 | { |
@@ -48,7 +48,7 @@ namespace OpenSim.Terrain | |||
48 | compilerParams.GenerateInMemory = true; | 48 | compilerParams.GenerateInMemory = true; |
49 | compilerParams.IncludeDebugInformation = false; | 49 | compilerParams.IncludeDebugInformation = false; |
50 | compilerParams.ReferencedAssemblies.Add("libTerrain-BSD.dll"); | 50 | compilerParams.ReferencedAssemblies.Add("libTerrain-BSD.dll"); |
51 | compilerParams.ReferencedAssemblies.Add("OpenSim.Terrain.BasicTerrain.dll"); | 51 | compilerParams.ReferencedAssemblies.Add("OpenSim.Region.Terrain.BasicTerrain.dll"); |
52 | compilerParams.ReferencedAssemblies.Add("System.dll"); | 52 | compilerParams.ReferencedAssemblies.Add("System.dll"); |
53 | 53 | ||
54 | compilerResults = compiler.CompileAssemblyFromFile(compilerParams, filename); | 54 | compilerResults = compiler.CompileAssemblyFromFile(compilerParams, filename); |