aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-09-04 22:06:18 +0000
committerSean Dague2008-09-04 22:06:18 +0000
commitfb9bd7dec67ae82efc92ba969ba3b6b929790df8 (patch)
tree3dde1e2cff284baafa0782c95e09257c4022c3a4 /.nant
parentadded in find calls (diff)
downloadopensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.zip
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.gz
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.bz2
opensim-SC_OLD-fb9bd7dec67ae82efc92ba969ba3b6b929790df8.tar.xz
normalize naming for OpenSim.Tests.Framework.dll
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 695807c..676206c 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -36,7 +36,7 @@
36 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> 36 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
37 <test> 37 <test>
38 <assemblies> 38 <assemblies>
39 <include name="../bin/OpenSim.Framework.Tests.dll" /> 39 <include name="../bin/OpenSim.Tests.Framework.dll" />
40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" /> 40 <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" />
41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> 41 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" />
42 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 42 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />