diff options
author | Justin Clarke Casey | 2008-12-10 19:12:59 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-10 19:12:59 +0000 |
commit | f38c35b60947fd926246fd95cfce5b9674967124 (patch) | |
tree | ad349b864b99f0b88d236abdb51993e41fbd6b74 /prebuild.xml | |
parent | * Establish OpenSim.Framework.Communications.Tests beachhead (diff) | |
download | opensim-SC_OLD-f38c35b60947fd926246fd95cfce5b9674967124.zip opensim-SC_OLD-f38c35b60947fd926246fd95cfce5b9674967124.tar.gz opensim-SC_OLD-f38c35b60947fd926246fd95cfce5b9674967124.tar.bz2 opensim-SC_OLD-f38c35b60947fd926246fd95cfce5b9674967124.tar.xz |
* refactor: Move inventory handlers out from UserProfileCacheService
* This means that UserProfileCacheService no longer needs to know about IClientAPI and can leave it to callers to do their own error logging
* This is also more consistent with the way that item inventory manipulation is handled
* I don't really think Scene.PacketHandlers.cs should be a permanent home for these handlers - this is just for convenience
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index d2355a7..1f91216 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -773,7 +773,7 @@ | |||
773 | <Reference name="OpenSim.Framework.Communications"/> | 773 | <Reference name="OpenSim.Framework.Communications"/> |
774 | 774 | ||
775 | <Files> | 775 | <Files> |
776 | <Match pattern="*.cs" recurse="false"/> | 776 | <Match pattern="*.cs" recurse="true"/> |
777 | </Files> | 777 | </Files> |
778 | </Project> | 778 | </Project> |
779 | 779 | ||