update autobuilder to 0.6.1

From: Sean Dague <sdague@gmail.com>
0.6.1-post-fixes
Sean Dague 2008-11-10 22:09:14 +00:00
parent 4c731dd44e
commit 66ca0ffd37
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<nant buildfile="../OpenSim.build" target="build" /> <nant buildfile="../OpenSim.build" target="build" />
</target> </target>
<target name="cibuild"> <target name="cibuild">
<property name="projectdir" value="opensim-0.5.11" /> <property name="projectdir" value="opensim-0.6.1" />
<exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
<nant buildfile="../OpenSim.build" target="clean" /> <nant buildfile="../OpenSim.build" target="clean" />
<nant buildfile="../OpenSim.build" target="build" /> <nant buildfile="../OpenSim.build" target="build" />