diff options
author | Justin Clarke Casey | 2009-05-29 16:11:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-29 16:11:33 +0000 |
commit | fa04937a825144b0b9d82f823b429a0436a61f5d (patch) | |
tree | c64973f55300942741c3779a7a26e781e58ba012 /prebuild.xml | |
parent | some clean up of sculpt map caching code (diff) | |
download | opensim-SC_OLD-fa04937a825144b0b9d82f823b429a0436a61f5d.zip opensim-SC_OLD-fa04937a825144b0b9d82f823b429a0436a61f5d.tar.gz opensim-SC_OLD-fa04937a825144b0b9d82f823b429a0436a61f5d.tar.bz2 opensim-SC_OLD-fa04937a825144b0b9d82f823b429a0436a61f5d.tar.xz |
* Add xml2 load test
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 51fb6e8..3f45755 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3555,8 +3555,9 @@ | |||
3555 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3555 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3556 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> | 3556 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> |
3557 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3557 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3558 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | ||
3559 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3558 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3559 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> | ||
3560 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | ||
3560 | </Files> | 3561 | </Files> |
3561 | </Project> | 3562 | </Project> |
3562 | 3563 | ||