diff options
author | Justin Clarke Casey | 2008-08-16 20:31:07 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-16 20:31:07 +0000 |
commit | 79efe37a991b233b64e93ef716933b5eecb3ada5 (patch) | |
tree | f937b890ba07cf447ddbcd861a182899fc74a211 /prebuild.xml | |
parent | * Insert a new 'set log level [level] command on the console' (diff) | |
download | opensim-SC_OLD-79efe37a991b233b64e93ef716933b5eecb3ada5.zip opensim-SC_OLD-79efe37a991b233b64e93ef716933b5eecb3ada5.tar.gz opensim-SC_OLD-79efe37a991b233b64e93ef716933b5eecb3ada5.tar.bz2 opensim-SC_OLD-79efe37a991b233b64e93ef716933b5eecb3ada5.tar.xz |
* minor: rip out userserver stress project which never got filled out
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/prebuild.xml b/prebuild.xml index 495cdba..f6acc42 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2059,27 +2059,6 @@ | |||
2059 | </Files> | 2059 | </Files> |
2060 | </Project> | 2060 | </Project> |
2061 | 2061 | ||
2062 | <!-- Tests --> | ||
2063 | <Project name="OpenSim.Tests.UserServer.Stress" path="OpenSim/Tests/UserServer/Stress" type="Exe"> | ||
2064 | <Configuration name="Debug"> | ||
2065 | <Options> | ||
2066 | <OutputPath>../../../../bin/tests/stress</OutputPath> | ||
2067 | </Options> | ||
2068 | </Configuration> | ||
2069 | <Configuration name="Release"> | ||
2070 | <Options> | ||
2071 | <OutputPath>../../../../bin/tests/stress</OutputPath> | ||
2072 | </Options> | ||
2073 | </Configuration> | ||
2074 | |||
2075 | <ReferencePath>../../../../bin</ReferencePath> | ||
2076 | <Reference name="System" localCopy="false"/> | ||
2077 | <Reference name="log4net.dll"/> | ||
2078 | <Files> | ||
2079 | <Match pattern="*.cs" recurse="true"/> | ||
2080 | </Files> | ||
2081 | </Project> | ||
2082 | |||
2083 | <!-- Tools --> | 2062 | <!-- Tools --> |
2084 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> | 2063 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> |
2085 | <Configuration name="Debug"> | 2064 | <Configuration name="Debug"> |