From e11978d2096a790188fe6a58470063a0a4a369c5 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 07:00:07 +0000
Subject: * Committing improved bamboo.build * Incremented OpenSim version
 counter to 0.5.5 (from 0.4)

---
 bamboo.build | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'bamboo.build')

diff --git a/bamboo.build b/bamboo.build
index 1d540ab..8cb1e62 100644
--- a/bamboo.build
+++ b/bamboo.build
@@ -1,8 +1,14 @@
 <?xml version="1.0" ?>
 <project name="OpenSim" default="build">
+	<target name="build">
+			<exec program="mono" commandline="bin/Prebuild.exe /target nant" />
+	        <nant buildfile="OpenSim.build" target="build" />
+	</target>
 	<target name="cibuild">
 			<exec program="mono" commandline="bin/Prebuild.exe /target nant" />
 	        <nant buildfile="OpenSim.build" target="build" />
 			<nant buildfile="OpenSim.build" target="dist" />
+			<copy file="${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
+			<copy file="${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
 	</target>
 </project>
\ No newline at end of file
-- 
cgit v1.1