diff options
author | Adam Frisby | 2008-04-30 22:58:26 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-30 22:58:26 +0000 |
commit | a336abe1d66a5e5120bfc5f1ab5f16004f17fe72 (patch) | |
tree | 91c2cc5df53b76e29469c72dd8f2bcd653b31ee5 | |
parent | * Trying to fix bamboo build script so that builds.opensimulator.org makes pa... (diff) | |
download | opensim-SC_OLD-a336abe1d66a5e5120bfc5f1ab5f16004f17fe72.zip opensim-SC_OLD-a336abe1d66a5e5120bfc5f1ab5f16004f17fe72.tar.gz opensim-SC_OLD-a336abe1d66a5e5120bfc5f1ab5f16004f17fe72.tar.bz2 opensim-SC_OLD-a336abe1d66a5e5120bfc5f1ab5f16004f17fe72.tar.xz |
* Fix attempt #2.
-rw-r--r-- | .nant/bamboo.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 50ecad6..431abf7 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -23,12 +23,12 @@ | |||
23 | 23 | ||
24 | <zip zipfile="../${projectdir}.zip"> | 24 | <zip zipfile="../${projectdir}.zip"> |
25 | <fileset basedir="../"> | 25 | <fileset basedir="../"> |
26 | <include name="${projectdir}/" /> | 26 | <include name="${projectdir}/**/*" /> |
27 | </fileset> | 27 | </fileset> |
28 | </zip> | 28 | </zip> |
29 | <tar destfile="../${projectdir}.tar.gz" compression="GZip"> | 29 | <tar destfile="../${projectdir}.tar.gz" compression="GZip"> |
30 | <fileset basedir="../"> | 30 | <fileset basedir="../"> |
31 | <include name="${projectdir}/" /> | 31 | <include name="${projectdir}/**/*" /> |
32 | </fileset> | 32 | </fileset> |
33 | </tar> | 33 | </tar> |
34 | 34 | ||