aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorMike Mazur2008-09-08 02:21:18 +0000
committerMike Mazur2008-09-08 02:21:18 +0000
commit6540b56041cd6c6d137b35422b812130761a0a34 (patch)
treedf06c6ca7619a26c09516eeecdebc2742bfea7ff /.nant
parentI inadvertently edited out llGroundSlope, llGroundNormal (diff)
downloadopensim-SC_OLD-6540b56041cd6c6d137b35422b812130761a0a34.zip
opensim-SC_OLD-6540b56041cd6c6d137b35422b812130761a0a34.tar.gz
opensim-SC_OLD-6540b56041cd6c6d137b35422b812130761a0a34.tar.bz2
opensim-SC_OLD-6540b56041cd6c6d137b35422b812130761a0a34.tar.xz
Fix dll filenames in test targets.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build8
-rw-r--r--.nant/local.include4
2 files changed, 6 insertions, 6 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 85a9b6f..8fe4c63 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -18,7 +18,7 @@
18 <include name="bin/**" /> 18 <include name="bin/**" />
19 </fileset> 19 </fileset>
20 </copy> 20 </copy>
21 21
22 <touch file="../${projectdir}/bin/startup_commands.txt" /> 22 <touch file="../${projectdir}/bin/startup_commands.txt" />
23 23
24 <!-- Re-create the directory containig test results. --> 24 <!-- Re-create the directory containig test results. -->
@@ -36,8 +36,8 @@
36 <test> 36 <test>
37 <assemblies> 37 <assemblies>
38 <include name="../bin/OpenSim.Tests.Framework.dll" /> 38 <include name="../bin/OpenSim.Tests.Framework.dll" />
39 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Common.Tests.dll" /> 39 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Common.dll" />
40 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.Tests.dll" /> 40 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.dll" />
41 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" /> 41 <include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" />
42 <include name="../bin/OpenSim.Region.Environment.dll" /> 42 <include name="../bin/OpenSim.Region.Environment.dll" />
43 </assemblies> 43 </assemblies>
@@ -57,7 +57,7 @@
57 57
58 <copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" /> 58 <copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
59 <copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" /> 59 <copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
60 60
61 <echo message="Generating Doxygen documentation" /> 61 <echo message="Generating Doxygen documentation" />
62 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> 62 <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
63 <exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" /> 63 <exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" />
diff --git a/.nant/local.include b/.nant/local.include
index 5a787d4..7d0b690 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -33,8 +33,8 @@
33 <test> 33 <test>
34 <assemblies> 34 <assemblies>
35 <include name="./bin/OpenSim.Tests.Framework.dll" /> 35 <include name="./bin/OpenSim.Tests.Framework.dll" />
36 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Common.Tests.dll" /> 36 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Common.dll" />
37 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.Tests.dll" /> 37 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.dll" />
38 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" /> 38 <include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" />
39 <include name="./bin/OpenSim.Region.Environment.dll" /> 39 <include name="./bin/OpenSim.Region.Environment.dll" />
40 </assemblies> 40 </assemblies>