diff options
author | Adam Frisby | 2008-04-23 12:14:53 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-23 12:14:53 +0000 |
commit | 73d765901e2bf27dea80fb1395acc4831892d1ee (patch) | |
tree | 550914eb636f2c614beaeeae9e07f85fa251d9b4 /.nant/bamboo.build | |
parent | * Committing working dir fix for bamboo.build (diff) | |
download | opensim-SC_OLD-73d765901e2bf27dea80fb1395acc4831892d1ee.zip opensim-SC_OLD-73d765901e2bf27dea80fb1395acc4831892d1ee.tar.gz opensim-SC_OLD-73d765901e2bf27dea80fb1395acc4831892d1ee.tar.bz2 opensim-SC_OLD-73d765901e2bf27dea80fb1395acc4831892d1ee.tar.xz |
* Another bamboo fix
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 6e98dc4..9f0059e 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -6,7 +6,7 @@ | |||
6 | </target> | 6 | </target> |
7 | <target name="cibuild"> | 7 | <target name="cibuild"> |
8 | <property name="projectdir" value="opensim-0.5.5" /> | 8 | <property name="projectdir" value="opensim-0.5.5" /> |
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="build" /> | 10 | <nant buildfile="../OpenSim.build" target="build" /> |
11 | 11 | ||
12 | <delete dir="../${projectdir}" /> | 12 | <delete dir="../${projectdir}" /> |