diff options
author | mingchen | 2007-06-28 19:09:50 +0000 |
---|---|---|
committer | mingchen | 2007-06-28 19:09:50 +0000 |
commit | fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5 (patch) | |
tree | 3ec7a1b247e84add390e962a58d26ec43c29e240 /OpenSim/Region/Capabilities | |
parent | enabled physics plugin flying flags. (diff) | |
download | opensim-SC_OLD-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.zip opensim-SC_OLD-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.gz opensim-SC_OLD-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.bz2 opensim-SC_OLD-fe0528b98cfc13d26ac7f1bf6bc23655be1f52e5.tar.xz |
*Added UUIDNameRequest packet support (untested, but should work -- at least in sandbox mode)
*Various small renamings
Diffstat (limited to 'OpenSim/Region/Capabilities')
-rw-r--r-- | OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj | 6 | ||||
-rw-r--r-- | OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj index 1ed28d2..bb21365 100644 --- a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj +++ b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.csproj | |||
@@ -114,9 +114,6 @@ | |||
114 | <Compile Include="LLSDType.cs"> | 114 | <Compile Include="LLSDType.cs"> |
115 | <SubType>Code</SubType> | 115 | <SubType>Code</SubType> |
116 | </Compile> | 116 | </Compile> |
117 | <Compile Include="LLSDHelpers.cs"> | ||
118 | <SubType>Code</SubType> | ||
119 | </Compile> | ||
120 | <Compile Include="LLSDCapEvent.cs"> | 117 | <Compile Include="LLSDCapEvent.cs"> |
121 | <SubType>Code</SubType> | 118 | <SubType>Code</SubType> |
122 | </Compile> | 119 | </Compile> |
@@ -132,6 +129,9 @@ | |||
132 | <Compile Include="LLSDMapLayer.cs"> | 129 | <Compile Include="LLSDMapLayer.cs"> |
133 | <SubType>Code</SubType> | 130 | <SubType>Code</SubType> |
134 | </Compile> | 131 | </Compile> |
132 | <Compile Include="LLSDHelpers.cs"> | ||
133 | <SubType>Code</SubType> | ||
134 | </Compile> | ||
135 | </ItemGroup> | 135 | </ItemGroup> |
136 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 136 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
137 | <PropertyGroup> | 137 | <PropertyGroup> |
diff --git a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build index dd853e7..817e5b0 100644 --- a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build +++ b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build | |||
@@ -17,12 +17,12 @@ | |||
17 | <include name="LLSDTest.cs" /> | 17 | <include name="LLSDTest.cs" /> |
18 | <include name="LLSDUploadReply.cs" /> | 18 | <include name="LLSDUploadReply.cs" /> |
19 | <include name="LLSDType.cs" /> | 19 | <include name="LLSDType.cs" /> |
20 | <include name="LLSDHelpers.cs" /> | ||
21 | <include name="LLSDCapEvent.cs" /> | 20 | <include name="LLSDCapEvent.cs" /> |
22 | <include name="LLSDMapRequest.cs" /> | 21 | <include name="LLSDMapRequest.cs" /> |
23 | <include name="Caps.cs" /> | 22 | <include name="Caps.cs" /> |
24 | <include name="LLSDMapLayerResponse.cs" /> | 23 | <include name="LLSDMapLayerResponse.cs" /> |
25 | <include name="LLSDMapLayer.cs" /> | 24 | <include name="LLSDMapLayer.cs" /> |
25 | <include name="LLSDHelpers.cs" /> | ||
26 | </sources> | 26 | </sources> |
27 | <references basedir="${project::get-base-directory()}"> | 27 | <references basedir="${project::get-base-directory()}"> |
28 | <lib> | 28 | <lib> |