aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-19 19:00:11 +0000
committerJustin Clark-Casey (justincc)2012-01-19 19:00:11 +0000
commit9356963bd36e5c3b8c2b27bfcc2efa60ffbd02d6 (patch)
tree10fbe60949d8ad43ca5d076dd685a1edd11e5d6a /prebuild.xml
parentRegionReady: (diff)
downloadopensim-SC_OLD-9356963bd36e5c3b8c2b27bfcc2efa60ffbd02d6.zip
opensim-SC_OLD-9356963bd36e5c3b8c2b27bfcc2efa60ffbd02d6.tar.gz
opensim-SC_OLD-9356963bd36e5c3b8c2b27bfcc2efa60ffbd02d6.tar.bz2
opensim-SC_OLD-9356963bd36e5c3b8c2b27bfcc2efa60ffbd02d6.tar.xz
Add basic request and send image regression tests for LLImageManager
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4ea4708..eebb9f9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3164,12 +3164,14 @@
3164 <Reference name="OpenSim.Framework.Statistics"/> 3164 <Reference name="OpenSim.Framework.Statistics"/>
3165 <Reference name="OpenSim.Region.ClientStack"/> 3165 <Reference name="OpenSim.Region.ClientStack"/>
3166 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> 3166 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
3167 <Reference name="OpenSim.Region.CoreModules"/>
3167 <Reference name="OpenSim.Region.Framework"/> 3168 <Reference name="OpenSim.Region.Framework"/>
3168 <Reference name="OpenSim.Services.Interfaces"/> 3169 <Reference name="OpenSim.Services.Interfaces"/>
3169 <Reference name="OpenSim.Tests.Common"/> 3170 <Reference name="OpenSim.Tests.Common"/>
3170 3171
3171 <Files> 3172 <Files>
3172 <Match pattern="*.cs" recurse="false"/> 3173 <Match pattern="*.cs" recurse="false"/>
3174 <Match buildAction="EmbeddedResource" path="Resources" pattern="*"/>
3173 </Files> 3175 </Files>
3174 </Project> 3176 </Project>
3175 3177