aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2008-11-10 22:09:14 +0000
committerSean Dague2008-11-10 22:09:14 +0000
commit66ca0ffd37448319ddb0ee8cfa4772cef19dfac3 (patch)
treea69ce5ef0ab82b1185326d6db77efcd337e656d4 /.nant
parent* Remove mono warnings (diff)
downloadopensim-SC_OLD-66ca0ffd37448319ddb0ee8cfa4772cef19dfac3.zip
opensim-SC_OLD-66ca0ffd37448319ddb0ee8cfa4772cef19dfac3.tar.gz
opensim-SC_OLD-66ca0ffd37448319ddb0ee8cfa4772cef19dfac3.tar.bz2
opensim-SC_OLD-66ca0ffd37448319ddb0ee8cfa4772cef19dfac3.tar.xz
update autobuilder to 0.6.1
From: Sean Dague <sdague@gmail.com>
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 48ad917..db5a85b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -5,7 +5,7 @@
5 <nant buildfile="../OpenSim.build" target="build" /> 5 <nant buildfile="../OpenSim.build" target="build" />
6 </target> 6 </target>
7 <target name="cibuild"> 7 <target name="cibuild">
8 <property name="projectdir" value="opensim-0.5.11" /> 8 <property name="projectdir" value="opensim-0.6.1" />
9 <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" /> 9 <exec program="mono" commandline="bin/Prebuild.exe /target nant" workingdir="../" />
10 <nant buildfile="../OpenSim.build" target="clean" /> 10 <nant buildfile="../OpenSim.build" target="clean" />
11 <nant buildfile="../OpenSim.build" target="build" /> 11 <nant buildfile="../OpenSim.build" target="build" />