diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0e96176..6362848 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2985,6 +2985,7 @@ | |||
2985 | <Files> | 2985 | <Files> |
2986 | <!-- SADLY the way this works means you need to keep adding these paths --> | 2986 | <!-- SADLY the way this works means you need to keep adding these paths --> |
2987 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> | 2987 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true"/> |
2988 | <Match path="Asset/Tests" pattern="*.cs" recurse="true"/> | ||
2988 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2989 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true"/> |
2989 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> | 2990 | <Match path="Framework/InventoryAccess/Tests" pattern="*.cs" recurse="true"/> |
2990 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> | 2991 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true"/> |
@@ -3029,6 +3030,7 @@ | |||
3029 | <Reference name="OpenSim.Region.CoreModules"/> | 3030 | <Reference name="OpenSim.Region.CoreModules"/> |
3030 | <Reference name="OpenSim.Region.OptionalModules"/> | 3031 | <Reference name="OpenSim.Region.OptionalModules"/> |
3031 | <Reference name="OpenSim.Region.Physics.Manager"/> | 3032 | <Reference name="OpenSim.Region.Physics.Manager"/> |
3033 | <Reference name="OpenSim.Services.AvatarService"/> | ||
3032 | <Reference name="OpenSim.Services.Interfaces"/> | 3034 | <Reference name="OpenSim.Services.Interfaces"/> |
3033 | 3035 | ||
3034 | <!-- Unit tests --> | 3036 | <!-- Unit tests --> |
@@ -3052,6 +3054,7 @@ | |||
3052 | <Files> | 3054 | <Files> |
3053 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3055 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3054 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> | 3056 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> |
3057 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> | ||
3055 | </Files> | 3058 | </Files> |
3056 | </Project> | 3059 | </Project> |
3057 | 3060 | ||