update pulse file

This commit is contained in:
Fish 2007-12-05 08:53:13 +00:00
parent f626615a54
commit eb406d1a42

View file

@ -19,9 +19,11 @@
<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="WarServ-*.tar.gz"/>
</command>
</recipe>