diff options
author | Diva Canto | 2010-01-02 18:18:13 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-02 18:18:13 -0800 |
commit | 08b507517b8dc33f66de1e0815af330bb3c54696 (patch) | |
tree | fd12909bc3ff48e02f751601181be56ed38b6e3d /prebuild.xml | |
parent | * Converters from new AvatarData to old AvatarAppearance and vice-versa (diff) | |
download | opensim-SC_OLD-08b507517b8dc33f66de1e0815af330bb3c54696.zip opensim-SC_OLD-08b507517b8dc33f66de1e0815af330bb3c54696.tar.gz opensim-SC_OLD-08b507517b8dc33f66de1e0815af330bb3c54696.tar.bz2 opensim-SC_OLD-08b507517b8dc33f66de1e0815af330bb3c54696.tar.xz |
Test client for remote presence connector, and for the service itself. Connector seems to work well.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f5092da..48055a0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2975,6 +2975,32 @@ | |||
2975 | </Files> | 2975 | </Files> |
2976 | </Project> | 2976 | </Project> |
2977 | 2977 | ||
2978 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.PresenceClient" path="OpenSim/Tests/Clients/Presence" type="Exe"> | ||
2979 | <Configuration name="Debug"> | ||
2980 | <Options> | ||
2981 | <OutputPath>../../../../bin/</OutputPath> | ||
2982 | </Options> | ||
2983 | </Configuration> | ||
2984 | <Configuration name="Release"> | ||
2985 | <Options> | ||
2986 | <OutputPath>../../../../bin/</OutputPath> | ||
2987 | </Options> | ||
2988 | </Configuration> | ||
2989 | |||
2990 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2991 | <Reference name="System"/> | ||
2992 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2993 | <Reference name="OpenMetaverse.dll"/> | ||
2994 | <Reference name="OpenSim.Framework"/> | ||
2995 | <Reference name="OpenSim.Services.Interfaces" /> | ||
2996 | <Reference name="OpenSim.Services.Connectors" /> | ||
2997 | <Reference name="Nini.dll" /> | ||
2998 | <Reference name="log4net.dll"/> | ||
2999 | |||
3000 | <Files> | ||
3001 | <Match pattern="*.cs" recurse="true"/> | ||
3002 | </Files> | ||
3003 | </Project> | ||
2978 | 3004 | ||
2979 | <!-- Test assemblies --> | 3005 | <!-- Test assemblies --> |
2980 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 3006 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |