aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-12-30 22:23:58 +0000
committerMelanie2009-12-30 22:23:58 +0000
commitbda18c33fdb803b20d4edc648f54125f325f941c (patch)
treeb99f2f0464abc09f32cbd8d1d46cfbda4e61311d /prebuild.xml
parentSome modifications to user service. Query by name is implemented now (diff)
parentUnit tests for presence. They helped fix a couple of wrongnesses. (diff)
downloadopensim-SC_OLD-bda18c33fdb803b20d4edc648f54125f325f941c.zip
opensim-SC_OLD-bda18c33fdb803b20d4edc648f54125f325f941c.tar.gz
opensim-SC_OLD-bda18c33fdb803b20d4edc648f54125f325f941c.tar.bz2
opensim-SC_OLD-bda18c33fdb803b20d4edc648f54125f325f941c.tar.xz
Merge branch 'presence-refactor' of melanie@opensimulator.org:/var/git/opensim into presence-refactor
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 863064a..7e7ce28 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3274,6 +3274,7 @@
3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> 3274 <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" />
3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> 3275 <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" />
3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> 3276 <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" />
3277 <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true" />
3277 </Files> 3278 </Files>
3278 </Project> 3279 </Project>
3279 3280