From f2213782190e4c462346f07d1cb7085e45a2e6ae Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 23 Apr 2008 06:44:22 +0000 Subject: [PATCH] * 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 5c2fd46429..0000000000 --- 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 0000000000..1d540abf6a --- /dev/null +++ b/bamboo.build @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file