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/Region/Application | |
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 '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.csproj | 7 | ||||
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Application/VersionInfo.cs (renamed from OpenSim/Region/ClientStack/VersionInfo.cs) | 2 |
3 files changed, 7 insertions, 4 deletions
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> |