aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorDahlia Trimble2009-02-24 06:23:28 +0000
committerDahlia Trimble2009-02-24 06:23:28 +0000
commit756d49d3db7e7fd0853c56231845a16f813d228c (patch)
treef45b1c67c0919d984ce375c2bf2cf21c2d35979e /.nant
parentremove log4net dependency and from PrimMesher.cs (diff)
downloadopensim-SC_OLD-756d49d3db7e7fd0853c56231845a16f813d228c.zip
opensim-SC_OLD-756d49d3db7e7fd0853c56231845a16f813d228c.tar.gz
opensim-SC_OLD-756d49d3db7e7fd0853c56231845a16f813d228c.tar.bz2
opensim-SC_OLD-756d49d3db7e7fd0853c56231845a16f813d228c.tar.xz
update version number for bamboo zip file output
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 31ff2fe..5f0f35d 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.6.1" /> 8 <property name="projectdir" value="opensim-0.6.3" />
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" />