aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-10 19:12:59 +0000
committerJustin Clarke Casey2008-12-10 19:12:59 +0000
commitf38c35b60947fd926246fd95cfce5b9674967124 (patch)
treead349b864b99f0b88d236abdb51993e41fbd6b74 /prebuild.xml
parent* Establish OpenSim.Framework.Communications.Tests beachhead (diff)
downloadopensim-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 'prebuild.xml')
-rw-r--r--prebuild.xml2
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