diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 8 | ||||
-rw-r--r-- | .nant/local.include | 4 |
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> |