diff options
author | Homer Horwitz | 2009-04-05 18:24:49 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-05 18:24:49 +0000 |
commit | 5e36a232025df54b6956d336f5b764366e8e2125 (patch) | |
tree | 9d9ff301fb302af8f2267dc5153f285bb9f3e56f /.nant/bamboo.build | |
parent | Thanks StrawberryFride for a MSSQL patch to mirror r9011. (diff) | |
download | opensim-SC_OLD-5e36a232025df54b6956d336f5b764366e8e2125.zip opensim-SC_OLD-5e36a232025df54b6956d336f5b764366e8e2125.tar.gz opensim-SC_OLD-5e36a232025df54b6956d336f5b764366e8e2125.tar.bz2 opensim-SC_OLD-5e36a232025df54b6956d336f5b764366e8e2125.tar.xz |
Update bamboo build to 0.6.4
Diffstat (limited to '')
-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" /> |