diff options
author | Adam Frisby | 2008-04-23 07:00:07 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-23 07:00:07 +0000 |
commit | e11978d2096a790188fe6a58470063a0a4a369c5 (patch) | |
tree | f20a5dcc1c7532b4fb107237f91a984fac96a55b | |
parent | * Removing autobuild.sh (diff) | |
download | opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.zip opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.gz opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.bz2 opensim-SC_OLD-e11978d2096a790188fe6a58470063a0a4a369c5.tar.xz |
* Committing improved bamboo.build
* Incremented OpenSim version counter to 0.5.5 (from 0.4)
-rw-r--r-- | .nant/local.include | 2 | ||||
-rw-r--r-- | bamboo.build | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include index 48955aa..2580af6 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -1,4 +1,4 @@ | |||
1 | <property name="projectdir" value="opensim-0.4" /> | 1 | <property name="projectdir" value="opensim-0.5.5" /> |
2 | 2 | ||
3 | <target name="distdir"> | 3 | <target name="distdir"> |
4 | <delete dir="${projectdir}" /> | 4 | <delete dir="${projectdir}" /> |
diff --git a/bamboo.build b/bamboo.build index 1d540ab..8cb1e62 100644 --- a/bamboo.build +++ b/bamboo.build | |||
@@ -1,8 +1,14 @@ | |||
1 | <?xml version="1.0" ?> | 1 | <?xml version="1.0" ?> |
2 | <project name="OpenSim" default="build"> | 2 | <project name="OpenSim" default="build"> |
3 | <target name="build"> | ||
4 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> | ||
5 | <nant buildfile="OpenSim.build" target="build" /> | ||
6 | </target> | ||
3 | <target name="cibuild"> | 7 | <target name="cibuild"> |
4 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> | 8 | <exec program="mono" commandline="bin/Prebuild.exe /target nant" /> |
5 | <nant buildfile="OpenSim.build" target="build" /> | 9 | <nant buildfile="OpenSim.build" target="build" /> |
6 | <nant buildfile="OpenSim.build" target="dist" /> | 10 | <nant buildfile="OpenSim.build" target="dist" /> |
11 | <copy file="${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" /> | ||
12 | <copy file="${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" /> | ||
7 | </target> | 13 | </target> |
8 | </project> \ No newline at end of file | 14 | </project> \ No newline at end of file |