aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-02 22:14:09 +0100
committerJustin Clark-Casey (justincc)2012-08-02 22:14:09 +0100
commit86b005de1dc2192dc9d18988eed63e144a085866 (patch)
tree6e0d21f9f83052896f8399521a9d8a0eebd7b887 /prebuild.xml
parentFix a bug in pCampbot grabbing behaviour where an exception would be thrown i... (diff)
downloadopensim-SC_OLD-86b005de1dc2192dc9d18988eed63e144a085866.zip
opensim-SC_OLD-86b005de1dc2192dc9d18988eed63e144a085866.tar.gz
opensim-SC_OLD-86b005de1dc2192dc9d18988eed63e144a085866.tar.bz2
opensim-SC_OLD-86b005de1dc2192dc9d18988eed63e144a085866.tar.xz
Add simple draw test for the VectorRenderModule
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 9f0168e..b4f4464 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2956,13 +2956,13 @@
2956 --> 2956 -->
2957 <Files> 2957 <Files>
2958 <!-- SADLY the way this works means you need to keep adding these paths --> 2958 <!-- SADLY the way this works means you need to keep adding these paths -->
2959 <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/>
2960 <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> 2959 <Match path="Asset/Tests" pattern="*.cs" recurse="true"/>
2961 <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/> 2960 <Match path="Avatar/Attachments/Tests" pattern="*.cs" recurse="true"/>
2962 <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/> 2961 <Match path="Avatar/AvatarFactory/Tests" pattern="*.cs" recurse="true"/>
2963 <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/> 2962 <Match path="Avatar/Friends/Tests" pattern="*.cs" recurse="true"/>
2964 <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> 2963 <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/>
2965 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> 2964 <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/>
2965 <Match path="Scripting/VectorRender/Tests" pattern="*.cs" recurse="true"/>
2966 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> 2966 <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/>
2967 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> 2967 <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/>
2968 <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/> 2968 <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/>