diff options
author | mingchen | 2007-06-29 16:43:48 +0000 |
---|---|---|
committer | mingchen | 2007-06-29 16:43:48 +0000 |
commit | 6b3777d3db323f2054aeff1ba4be3e78edef21b8 (patch) | |
tree | 0b1f014042ba261a986b359dc24ecfed4c4e42ea /OpenSim/Framework/Communications | |
parent | * just making sure build files are latest (diff) | |
download | opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.zip opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.gz opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.bz2 opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.xz |
*Deleted Logger.cs from OpenSim.Framework
Diffstat (limited to 'OpenSim/Framework/Communications')
-rw-r--r-- | OpenSim/Framework/Communications/OpenSim.Framework.Communications.csproj | 6 | ||||
-rw-r--r-- | OpenSim/Framework/Communications/OpenSim.Framework.Communications.dll.build | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/OpenSim.Framework.Communications.csproj b/OpenSim/Framework/Communications/OpenSim.Framework.Communications.csproj index 31ab172..0ee62e9 100644 --- a/OpenSim/Framework/Communications/OpenSim.Framework.Communications.csproj +++ b/OpenSim/Framework/Communications/OpenSim.Framework.Communications.csproj | |||
@@ -86,16 +86,16 @@ | |||
86 | </ProjectReference> | 86 | </ProjectReference> |
87 | </ItemGroup> | 87 | </ItemGroup> |
88 | <ItemGroup> | 88 | <ItemGroup> |
89 | <Compile Include="CommunicationsManager.cs"> | 89 | <Compile Include="IUserServices.cs"> |
90 | <SubType>Code</SubType> | 90 | <SubType>Code</SubType> |
91 | </Compile> | 91 | </Compile> |
92 | <Compile Include="IGridServices.cs"> | 92 | <Compile Include="IGridServices.cs"> |
93 | <SubType>Code</SubType> | 93 | <SubType>Code</SubType> |
94 | </Compile> | 94 | </Compile> |
95 | <Compile Include="IInterRegionCommunications.cs"> | 95 | <Compile Include="CommunicationsManager.cs"> |
96 | <SubType>Code</SubType> | 96 | <SubType>Code</SubType> |
97 | </Compile> | 97 | </Compile> |
98 | <Compile Include="IUserServices.cs"> | 98 | <Compile Include="IInterRegionCommunications.cs"> |
99 | <SubType>Code</SubType> | 99 | <SubType>Code</SubType> |
100 | </Compile> | 100 | </Compile> |
101 | <Compile Include="Properties\AssemblyInfo.cs"> | 101 | <Compile Include="Properties\AssemblyInfo.cs"> |
diff --git a/OpenSim/Framework/Communications/OpenSim.Framework.Communications.dll.build b/OpenSim/Framework/Communications/OpenSim.Framework.Communications.dll.build index 52d29f6..8b0e0f6 100644 --- a/OpenSim/Framework/Communications/OpenSim.Framework.Communications.dll.build +++ b/OpenSim/Framework/Communications/OpenSim.Framework.Communications.dll.build | |||
@@ -11,10 +11,10 @@ | |||
11 | <resources prefix="OpenSim.Framework.Communications" dynamicprefix="true" > | 11 | <resources prefix="OpenSim.Framework.Communications" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="CommunicationsManager.cs" /> | 14 | <include name="IUserServices.cs" /> |
15 | <include name="IGridServices.cs" /> | 15 | <include name="IGridServices.cs" /> |
16 | <include name="CommunicationsManager.cs" /> | ||
16 | <include name="IInterRegionCommunications.cs" /> | 17 | <include name="IInterRegionCommunications.cs" /> |
17 | <include name="IUserServices.cs" /> | ||
18 | <include name="Properties/AssemblyInfo.cs" /> | 18 | <include name="Properties/AssemblyInfo.cs" /> |
19 | </sources> | 19 | </sources> |
20 | <references basedir="${project::get-base-directory()}"> | 20 | <references basedir="${project::get-base-directory()}"> |