don't build the snapshot builds, if you want experimental, you need to

know how to use a compiler.
0.6.5-rc1
Sean Dague 2009-04-13 22:54:59 +00:00
parent cf18eae9f2
commit 04846bf919
1 changed files with 0 additions and 14 deletions

View File

@ -52,20 +52,6 @@
</test>
</nunit2>
<zip zipfile="../${projectdir}.zip">
<fileset basedir="../${projectdir}" prefix="${projectdir}">
<include name="**/*" />
</fileset>
</zip>
<tar destfile="../${projectdir}.tar.gz" compression="GZip">
<fileset basedir="../${projectdir}" prefix="${projectdir}">
<include name="**/*" />
</fileset>
</tar>
<copy file="../${projectdir}.zip" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.zip" overwrite="true" />
<copy file="../${projectdir}.tar.gz" tofile="/home/buildsystem/public_html/${projectdir}-TRUNK.tar.gz" overwrite="true" />
<!--
<echo message="Generating Doxygen documentation" />
<exec program="doxygen" workingdir="../doc" commandline="doxygen.conf" />