Fix distclean for deb builds

Deb build doc updates
Checklist updates
Deb 8 changelog
This commit is contained in:
zzz
2016-06-08 16:41:01 +00:00
parent bfbd159706
commit 471ff5b939
5 changed files with 54 additions and 20 deletions

View File

@@ -150,6 +150,7 @@
<target name="clean">
<delete dir="src/WEB-INF/classes"/>
<delete file="susimail.war"/>
<delete dir="build"/>
</target>
<target name="cleandep" depends="clean" />
<target name="distclean" depends="clean" />