Fix dll filenames in test targets.
parent
13f7d5a4b2
commit
6540b56041
|
@ -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/" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue