diff options
Diffstat (limited to '.nant/bamboo.build')
-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 9f0059e..50ecad6 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 | ||