aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorAdam Frisby2008-04-23 12:10:29 +0000
committerAdam Frisby2008-04-23 12:10:29 +0000
commitabce091e8dec46a02d4bc72212c41574bde20e2d (patch)
tree75c85d2ef32cb0df63ab6a9ed031b063526641b1 /.nant
parent* Fix for mantis #1025 - Region always reports that location is unavailable. ... (diff)
downloadopensim-SC_OLD-abce091e8dec46a02d4bc72212c41574bde20e2d.zip
opensim-SC_OLD-abce091e8dec46a02d4bc72212c41574bde20e2d.tar.gz
opensim-SC_OLD-abce091e8dec46a02d4bc72212c41574bde20e2d.tar.bz2
opensim-SC_OLD-abce091e8dec46a02d4bc72212c41574bde20e2d.tar.xz
* Committing working dir fix for bamboo.build
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 1eb4750..6e98dc4 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" /> 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}" />