diff options
author | Justin Clarke Casey | 2008-10-09 18:34:28 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-09 18:34:28 +0000 |
commit | 45c74316d6c7766e7d61a826a8fc07f1d3ef1488 (patch) | |
tree | f6b8d0c8c43f053d6884ffcc8afc78f48957685f /.nant/bamboo.build | |
parent | * Fix http://opensimulator.org/mantis/view.php?id=2368 (diff) | |
download | opensim-SC_OLD-45c74316d6c7766e7d61a826a8fc07f1d3ef1488.zip opensim-SC_OLD-45c74316d6c7766e7d61a826a8fc07f1d3ef1488.tar.gz opensim-SC_OLD-45c74316d6c7766e7d61a826a8fc07f1d3ef1488.tar.bz2 opensim-SC_OLD-45c74316d6c7766e7d61a826a8fc07f1d3ef1488.tar.xz |
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 7c912f2..0afb09a 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.9" /> | 8 | <property name="projectdir" value="opensim-0.5.10" /> |
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" /> |