update pulse file

This commit is contained in:
Fish 2007-12-05 08:57:52 +00:00
parent e72171aa7a
commit 099e113973

View file

@ -18,10 +18,11 @@
</post-processor>
<executable name="ShutUp Configure" exe="touch" args="${base.dir}/.hush"> </executable>
<executable name="run configure" exe="${base.dir}/configure" args="--enable-debug --disable-ccdv --enable-autodebug --with-distversion=${build.revision}"> </executable>
<command name="Build">
<make name="build" targets="dist">
<process processor="${checkbuild.pp}"/>
</make>
<make name="Build">
<process processor="${checkbuild.pp}"/>
</make>
<command name="Dist">
<make name="dist" targets="dist"/>
<artifact name="SnapShot" file="SeenServ-*.tar.gz"/>
</command>
</recipe>