diff options
author | Justin Clarke Casey | 2008-10-09 16:52:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-09 16:52:33 +0000 |
commit | 919d907a3dc48360614c6311758d861ebf06849d (patch) | |
tree | 500bed052bd55795d1e2e88fb217fb2d26db4e88 /prebuild.xml | |
parent | * minor: very small doc addition (diff) | |
download | opensim-SC_OLD-919d907a3dc48360614c6311758d861ebf06849d.zip opensim-SC_OLD-919d907a3dc48360614c6311758d861ebf06849d.tar.gz opensim-SC_OLD-919d907a3dc48360614c6311758d861ebf06849d.tar.bz2 opensim-SC_OLD-919d907a3dc48360614c6311758d861ebf06849d.tar.xz |
* Create project for LindenUDP ClientStack tests
* No functional tests yet
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index e530213..32a5ae1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -943,6 +943,26 @@ | |||
943 | </Project> | 943 | </Project> |
944 | 944 | ||
945 | <!-- ClientStack Plugins --> | 945 | <!-- ClientStack Plugins --> |
946 | <Project name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library"> | ||
947 | <Configuration name="Debug"> | ||
948 | <Options> | ||
949 | <OutputPath>../../../../../bin/</OutputPath> | ||
950 | </Options> | ||
951 | </Configuration> | ||
952 | <Configuration name="Release"> | ||
953 | <Options> | ||
954 | <OutputPath>../../../../../bin/</OutputPath> | ||
955 | </Options> | ||
956 | </Configuration> | ||
957 | |||
958 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
959 | <Reference name="nunit.framework.dll" /> | ||
960 | |||
961 | <Files> | ||
962 | <Match pattern="*.cs" recurse="false"/> | ||
963 | </Files> | ||
964 | </Project> | ||
965 | |||
946 | <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library"> | 966 | <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library"> |
947 | <Configuration name="Debug"> | 967 | <Configuration name="Debug"> |
948 | <Options> | 968 | <Options> |
@@ -975,7 +995,7 @@ | |||
975 | <Reference name="log4net.dll"/> | 995 | <Reference name="log4net.dll"/> |
976 | 996 | ||
977 | <Files> | 997 | <Files> |
978 | <Match pattern="*.cs" recurse="true"/> | 998 | <Match pattern="*.cs" recurse="false"/> |
979 | </Files> | 999 | </Files> |
980 | </Project> | 1000 | </Project> |
981 | 1001 | ||