diff options
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 6cb238a..3280dd0 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -52,20 +52,6 @@ | |||
52 | </test> | 52 | </test> |
53 | </nunit2> | 53 | </nunit2> |
54 | 54 | ||
55 | <zip zipfile="../${projectdir}.zip"> | ||
56 | <fileset basedir="../${projectdir}" prefix="${projectdir}"> | ||
57 | <include name="**/*" /> | ||
58 | </fileset> | ||
59 | </zip> | ||
60 | <tar destfile="../${projectdir}.tar.gz" compression="GZip"> | ||
61 | <fileset basedir="../${projectdir}" prefix="${projectdir}"> | ||
62 | <include name="**/*" /> | ||
63 | </fileset> | ||
64 | </tar> | ||
65 | |||
66 | <copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" /> | ||
67 | <copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" /> | ||
68 | |||
69 | <!-- | 55 | <!-- |
70 | <echo message="Generating Doxygen documentation" /> | 56 | <echo message="Generating Doxygen documentation" /> |
71 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> | 57 | <exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" /> |