diff options
author | Diva Canto | 2015-05-11 20:04:01 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-11 20:04:01 -0700 |
commit | 9366165b341e3659e12d9711f5227e0a272b14f6 (patch) | |
tree | bd12b4c94c55380ae09e3d569ab66070b0f45d29 /prebuild.xml | |
parent | Added tests for UserAccountService in Robust. In the process fixed a couple o... (diff) | |
download | opensim-SC-9366165b341e3659e12d9711f5227e0a272b14f6.zip opensim-SC-9366165b341e3659e12d9711f5227e0a272b14f6.tar.gz opensim-SC-9366165b341e3659e12d9711f5227e0a272b14f6.tar.bz2 opensim-SC-9366165b341e3659e12d9711f5227e0a272b14f6.tar.xz |
Again, forgot to update Prebuild.xml regarding the deleted test client project. Done now.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml index 34a6a6e..3c62762 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2723,33 +2723,6 @@ | |||
2723 | </Files> | 2723 | </Files> |
2724 | </Project> | 2724 | </Project> |
2725 | 2725 | ||
2726 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Clients.UserAccountClient" path="OpenSim/Tests/Clients/UserAccounts" type="Exe"> | ||
2727 | <Configuration name="Debug"> | ||
2728 | <Options> | ||
2729 | <OutputPath>../../../../bin/</OutputPath> | ||
2730 | </Options> | ||
2731 | </Configuration> | ||
2732 | <Configuration name="Release"> | ||
2733 | <Options> | ||
2734 | <OutputPath>../../../../bin/</OutputPath> | ||
2735 | </Options> | ||
2736 | </Configuration> | ||
2737 | |||
2738 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2739 | <Reference name="System"/> | ||
2740 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2741 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2742 | <Reference name="OpenSim.Framework"/> | ||
2743 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2744 | <Reference name="OpenSim.Services.Connectors"/> | ||
2745 | <Reference name="Nini" path="../../../../bin/"/> | ||
2746 | <Reference name="log4net" path="../../../../bin/"/> | ||
2747 | |||
2748 | <Files> | ||
2749 | <Match pattern="*.cs" recurse="true"/> | ||
2750 | </Files> | ||
2751 | </Project> | ||
2752 | |||
2753 | <!-- Test assemblies --> | 2726 | <!-- Test assemblies --> |
2754 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> | 2727 | <Project frameworkVersion="v4_0" name="OpenSim.Tests.Common" path="OpenSim/Tests/Common" type="Library"> |
2755 | <Configuration name="Debug"> | 2728 | <Configuration name="Debug"> |