mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Fix dll filenames in test targets.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user