aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authormingchen2007-06-27 19:04:23 +0000
committermingchen2007-06-27 19:04:23 +0000
commit9eaecabdd0884cfe17d249440badce1ecdbcc142 (patch)
treed8decfccf4aea6460e322e2a0d7a26228b4041fe /OpenSim/Region/ClientStack
parent*Fixed OpenGridServices.sln and prebuild.xml (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Application/VersionInfo.cs (renamed from OpenSim/Region/ClientStack/VersionInfo.cs)2
-rw-r--r--OpenSim/Region/ClientStack/OpenSim.Region.ClientStack.csproj11
-rw-r--r--OpenSim/Region/ClientStack/RegionApplicationBase.cs2
-rw-r--r--OpenSim/Region/ClientStack/UDPServer.cs2
4 files changed, 7 insertions, 10 deletions
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*/
28using System; 28using System;
29 29
30namespace OpenSim.Region.ClientStack 30namespace OpenSim
31{ 31{
32 /// <summary> 32 /// <summary>
33 /// </summary> 33 /// </summary>
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;
37using System.Collections.Generic; 37using System.Collections.Generic;
38using libsecondlife; 38using libsecondlife;
39using libsecondlife.Packets; 39using libsecondlife.Packets;
40using OpenSim.Terrain; 40using OpenSim.Region.Terrain;
41using OpenSim.Framework.Interfaces; 41using OpenSim.Framework.Interfaces;
42using OpenSim.Framework.Types; 42using OpenSim.Framework.Types;
43using OpenSim.Framework; 43using 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;
37using System.Collections.Generic; 37using System.Collections.Generic;
38using libsecondlife; 38using libsecondlife;
39using libsecondlife.Packets; 39using libsecondlife.Packets;
40using OpenSim.Terrain; 40using OpenSim.Region.Terrain;
41using OpenSim.Framework.Interfaces; 41using OpenSim.Framework.Interfaces;
42using OpenSim.Framework.Types; 42using OpenSim.Framework.Types;
43using OpenSim.Assets; 43using OpenSim.Assets;