diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ed79b40..aebd1d6 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2997,6 +2997,7 @@ | |||
2997 | <Reference name="OpenSim.Region.CoreModules"/> | 2997 | <Reference name="OpenSim.Region.CoreModules"/> |
2998 | <Reference name="OpenSim.Region.OptionalModules"/> | 2998 | <Reference name="OpenSim.Region.OptionalModules"/> |
2999 | <Reference name="OpenSim.Region.Physics.Manager"/> | 2999 | <Reference name="OpenSim.Region.Physics.Manager"/> |
3000 | <Reference name="OpenSim.Services.AvatarService"/> | ||
3000 | <Reference name="OpenSim.Services.Interfaces"/> | 3001 | <Reference name="OpenSim.Services.Interfaces"/> |
3001 | 3002 | ||
3002 | <!-- Unit tests --> | 3003 | <!-- Unit tests --> |
@@ -3020,6 +3021,7 @@ | |||
3020 | <Files> | 3021 | <Files> |
3021 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3022 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3022 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> | 3023 | <Match path="Avatar/XmlRpcGroups/Tests" pattern="*.cs" recurse="true"/> |
3024 | <Match path="World/NPC/Tests" pattern="*.cs" recurse="true"/> | ||
3023 | </Files> | 3025 | </Files> |
3024 | </Project> | 3026 | </Project> |
3025 | 3027 | ||