forked from I2P_Developers/i2p.i2p
build: add missing distclean targets
This commit is contained in:
@@ -950,10 +950,12 @@
|
|||||||
<ant dir="apps/systray/java/" target="distclean" />
|
<ant dir="apps/systray/java/" target="distclean" />
|
||||||
<ant dir="apps/i2psnark/java/" target="distclean" />
|
<ant dir="apps/i2psnark/java/" target="distclean" />
|
||||||
<ant dir="apps/jetty/" target="distclean" />
|
<ant dir="apps/jetty/" target="distclean" />
|
||||||
|
<ant dir="apps/imagegen/" target="distclean" />
|
||||||
<delete dir="core/c/jbigi/bin" />
|
<delete dir="core/c/jbigi/bin" />
|
||||||
<delete dir="core/c/jbigi/lib" />
|
<delete dir="core/c/jbigi/lib" />
|
||||||
<delete dir="core/c/jcpuid/lib" />
|
<delete dir="core/c/jcpuid/lib" />
|
||||||
<ant dir="installer/resources/locale" target="distclean" />
|
<ant dir="installer/resources/locale" target="distclean" />
|
||||||
|
<ant dir="installer/tools/java" target="distclean" />
|
||||||
<!--
|
<!--
|
||||||
NOTE! We need to turn off the default excludes for these
|
NOTE! We need to turn off the default excludes for these
|
||||||
patterns to work.
|
patterns to work.
|
||||||
@@ -1003,6 +1005,7 @@
|
|||||||
<ant dir="apps/susimail/" target="distclean" />
|
<ant dir="apps/susimail/" target="distclean" />
|
||||||
<ant dir="apps/susidns/src/" target="distclean" />
|
<ant dir="apps/susidns/src/" target="distclean" />
|
||||||
<ant dir="apps/i2psnark/java/" target="distclean" />
|
<ant dir="apps/i2psnark/java/" target="distclean" />
|
||||||
|
<ant dir="apps/imagegen/" target="distclean" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="pkg" depends="distclean, updater, preppkg, installer" />
|
<target name="pkg" depends="distclean, updater, preppkg, installer" />
|
||||||
|
Reference in New Issue
Block a user