diff options
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r-- | .nant/bamboo.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index f37c199..a0614ac 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -6,7 +6,7 @@ | |||
6 | <nant buildfile="../OpenSim.build" target="build" /> | 6 | <nant buildfile="../OpenSim.build" target="build" /> |
7 | </target> | 7 | </target> |
8 | <target name="cibuild"> | 8 | <target name="cibuild"> |
9 | <property name="projectdir" value="opensim-0.6.3" /> | 9 | <property name="projectdir" value="opensim-0.6.4" /> |
10 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> | 10 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> |
11 | <nant buildfile="../OpenSim.build" target="clean" /> | 11 | <nant buildfile="../OpenSim.build" target="clean" /> |
12 | <nant buildfile="../OpenSim.build" target="build" /> | 12 | <nant buildfile="../OpenSim.build" target="build" /> |