Fix dll filenames in test targets.

0.6.0-stable
Mike Mazur 2008-09-08 02:21:18 +00:00
parent 13f7d5a4b2
commit 6540b56041
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<include name="bin/**" />
</fileset>
</copy>
<touch file="../${projectdir}/bin/startup_commands.txt" />
<!-- Re-create the directory containig test results. -->
@ -36,8 +36,8 @@
<test>
<assemblies>
<include name="../bin/OpenSim.Tests.Framework.dll" />
<include name="../bin/OpenSim.Tests.Region.ScriptEngine.Common.Tests.dll" />
<include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.Tests.dll" />
<include name="../bin/OpenSim.Tests.Region.ScriptEngine.Common.dll" />
<include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.dll" />
<include name="../bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" />
<include name="../bin/OpenSim.Region.Environment.dll" />
</assemblies>
@ -57,7 +57,7 @@
<copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
<copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
<echo message="Generating Doxygen documentation" />
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />
<exec program="rsync" workingdir="../doc" commandline="-avz --delete html/ /home/afrisby/public_html/docs/html/" />

View File

@ -33,8 +33,8 @@
<test>
<assemblies>
<include name="./bin/OpenSim.Tests.Framework.dll" />
<include name="./bin/OpenSim.Tests.Region.ScriptEngine.Common.Tests.dll" />
<include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.Tests.dll" />
<include name="./bin/OpenSim.Tests.Region.ScriptEngine.Common.dll" />
<include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.dll" />
<include name="./bin/OpenSim.Tests.Region.ScriptEngine.Shared.CodeTools.dll" />
<include name="./bin/OpenSim.Region.Environment.dll" />
</assemblies>