From f2213782190e4c462346f07d1cb7085e45a2e6ae Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Wed, 23 Apr 2008 06:44:22 +0000
Subject: * Removing autobuild.sh * Adding bamboo.build NAnt target for bamboo
 CI server.

---
 autobuild.sh | 5 -----
 bamboo.build | 8 ++++++++
 2 files changed, 8 insertions(+), 5 deletions(-)
 delete mode 100644 autobuild.sh
 create mode 100644 bamboo.build

diff --git a/autobuild.sh b/autobuild.sh
deleted file mode 100644
index 5c2fd46..0000000
--- a/autobuild.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-mono bin/Prebuild.exe /target nant
-perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build
-nant
-
diff --git a/bamboo.build b/bamboo.build
new file mode 100644
index 0000000..1d540ab
--- /dev/null
+++ b/bamboo.build
@@ -0,0 +1,8 @@
+<?xml version="1.0" ?>
+<project name="OpenSim" default="build">
+	<target name="cibuild">
+			<exec program="mono" commandline="bin/Prebuild.exe /target nant" />
+	        <nant buildfile="OpenSim.build" target="build" />
+			<nant buildfile="OpenSim.build" target="dist" />
+	</target>
+</project>
\ No newline at end of file
-- 
cgit v1.1