diff options
author | Justin Clark-Casey (justincc) | 2011-04-13 17:46:36 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-13 17:46:36 +0100 |
commit | 6613daa82a3bf0d45b0be1b2941646042f9008f4 (patch) | |
tree | aa5d87d431f54ca87edf03d878c59e1c6bf73e41 /prebuild.xml | |
parent | force mesh proxy for simple box prims with path cut (diff) | |
download | opensim-SC-6613daa82a3bf0d45b0be1b2941646042f9008f4.zip opensim-SC-6613daa82a3bf0d45b0be1b2941646042f9008f4.tar.gz opensim-SC-6613daa82a3bf0d45b0be1b2941646042f9008f4.tar.bz2 opensim-SC-6613daa82a3bf0d45b0be1b2941646042f9008f4.tar.xz |
Add a regression test for rezzing a single object into a scene from user inventory
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8171664..49063da 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2888,6 +2888,7 @@ | |||
2888 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2888 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2889 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> | 2889 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> |
2890 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2890 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2891 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | ||
2891 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2892 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2892 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> | 2893 | <Match buildAction="EmbeddedResource" path="World/Archiver/Tests/Resources" pattern="*"/> |
2893 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/> | 2894 | <Match path="World/Land/Tests" pattern="*.cs" recurse="true"/> |