diff options
author | Justin Clarke Casey | 2009-02-16 18:33:05 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-16 18:33:05 +0000 |
commit | ec07e1aad6fb3d28fcf4a3eca0becf4e0e209965 (patch) | |
tree | 91b100f31d4b980be18d8b362ef79a3d1d55f27a /prebuild.xml | |
parent | * remove duplicate OpenSim.Region.CoreModules assembly entry (diff) | |
download | opensim-SC_OLD-ec07e1aad6fb3d28fcf4a3eca0becf4e0e209965.zip opensim-SC_OLD-ec07e1aad6fb3d28fcf4a3eca0becf4e0e209965.tar.gz opensim-SC_OLD-ec07e1aad6fb3d28fcf4a3eca0becf4e0e209965.tar.bz2 opensim-SC_OLD-ec07e1aad6fb3d28fcf4a3eca0becf4e0e209965.tar.xz |
* Iniital inventory archive test code. Doesn't actually do any testing yet
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 48d3697..193d58a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2727,6 +2727,7 @@ | |||
2727 | <Files> | 2727 | <Files> |
2728 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2728 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2729 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> | 2729 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> |
2730 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" /> | ||
2730 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 2731 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
2731 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> | 2732 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> |
2732 | </Files> | 2733 | </Files> |