diff options
author | Justin Clarke Casey | 2009-01-08 21:05:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-08 21:05:24 +0000 |
commit | 5169b1f19e3e63e880374257f24b31c015919e05 (patch) | |
tree | e13433678efde9978d5eabd72c173eb23168e886 /prebuild.xml | |
parent | * refactor: move url sending from scene to DialogModule (diff) | |
download | opensim-SC_OLD-5169b1f19e3e63e880374257f24b31c015919e05.zip opensim-SC_OLD-5169b1f19e3e63e880374257f24b31c015919e05.tar.gz opensim-SC_OLD-5169b1f19e3e63e880374257f24b31c015919e05.tar.bz2 opensim-SC_OLD-5169b1f19e3e63e880374257f24b31c015919e05.tar.xz |
* Establish placeholder for future TextureSender tests
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 6803cbd..b2f7379 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2756,6 +2756,7 @@ | |||
2756 | <Files> | 2756 | <Files> |
2757 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2757 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2758 | <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 2758 | <Match path="Modules/World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
2759 | <Match path="Modules/Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> | ||
2759 | <Match path="Scenes/Tests" pattern="*.cs" recurse="false" /> | 2760 | <Match path="Scenes/Tests" pattern="*.cs" recurse="false" /> |
2760 | </Files> | 2761 | </Files> |
2761 | </Project> | 2762 | </Project> |