diff options
author | Justin Clark-Casey (justincc) | 2013-07-11 23:05:10 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-11 23:05:10 +0100 |
commit | f57f49eedeee28f9ee47a29ffbfb328fcae3cfa5 (patch) | |
tree | 8f8d71b5740e06526f1eb43e9b44461d7b12b807 /prebuild.xml | |
parent | Fix regression where llHTTPRequests which did not get an OK response returned... (diff) | |
parent | Added property to make for more flexible testing. (diff) | |
download | opensim-SC-f57f49eedeee28f9ee47a29ffbfb328fcae3cfa5.zip opensim-SC-f57f49eedeee28f9ee47a29ffbfb328fcae3cfa5.tar.gz opensim-SC-f57f49eedeee28f9ee47a29ffbfb328fcae3cfa5.tar.bz2 opensim-SC-f57f49eedeee28f9ee47a29ffbfb328fcae3cfa5.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index d32287a..91c326c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2631,6 +2631,33 @@ | |||
2631 | </Project> | 2631 | </Project> |
2632 | 2632 | ||
2633 | <!-- Test Clients --> | 2633 | <!-- Test Clients --> |
2634 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe"> | ||
2635 | <Configuration name="Debug"> | ||
2636 | <Options> | ||
2637 | <OutputPath>../../../../bin/</OutputPath> | ||
2638 | </Options> | ||
2639 | </Configuration> | ||
2640 | <Configuration name="Release"> | ||
2641 | <Options> | ||
2642 | <OutputPath>../../../../bin/</OutputPath> | ||
2643 | </Options> | ||
2644 | </Configuration> | ||
2645 | |||
2646 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2647 | <Reference name="System"/> | ||
2648 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2649 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2650 | <Reference name="OpenSim.Framework"/> | ||
2651 | <Reference name="OpenSim.Services.Interfaces"/> | ||
2652 | <Reference name="OpenSim.Services.Connectors"/> | ||
2653 | <Reference name="Nini" path="../../../../bin/"/> | ||
2654 | <Reference name="log4net" path="../../../../bin/"/> | ||
2655 | |||
2656 | <Files> | ||
2657 | <Match pattern="*.cs" recurse="true"/> | ||
2658 | </Files> | ||
2659 | </Project> | ||
2660 | |||
2634 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> | 2661 | <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> |
2635 | <Configuration name="Debug"> | 2662 | <Configuration name="Debug"> |
2636 | <Options> | 2663 | <Options> |