*Cleaned up namespaces, filenames, etc in OpenSim.RegionServer

NOTES:
*ClientView is now in the namespace OpenSim.RegionServer.Client
*Scripting is now in the namespace OpenSim.RegionServer.scripting
*Other various cleaning
This commit is contained in:
mingchen
2007-06-07 14:23:19 +00:00
parent f1250bd291
commit f88a4777f9
52 changed files with 337 additions and 5359 deletions

View File

@@ -99,10 +99,10 @@
<Compile Include="UUIDPrimQuery.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Db4LocalStorage.cs">
<Compile Include="UUIDParcelQuery.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UUIDParcelQuery.cs">
<Compile Include="Db4LocalStorage.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>