move hosts.txt; do distclean in apps/jetty

This commit is contained in:
zzz
2009-12-08 01:20:13 +00:00
parent fb21fb25ee
commit 1e32170df2
2 changed files with 2 additions and 1 deletions

View File

@@ -205,6 +205,7 @@
<ant dir="apps/susidns/src/" target="distclean" /> <ant dir="apps/susidns/src/" target="distclean" />
<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" />
<delete> <delete>
<fileset dir="." includes="**/*.class" /> <fileset dir="." includes="**/*.class" />
<fileset dir="." includes="**/*.java~" /> <fileset dir="." includes="**/*.java~" />
@@ -285,7 +286,7 @@
<copy todir="pkg-temp/lib/wrapper/win32/"> <copy todir="pkg-temp/lib/wrapper/win32/">
<fileset dir="installer/lib/wrapper/win32/" /> <fileset dir="installer/lib/wrapper/win32/" />
</copy> </copy>
<copy file="hosts.txt" todir="pkg-temp/" /> <copy file="installer/resources/hosts.txt" todir="pkg-temp/" />
<copy file="INSTALL-headless.txt" todir="pkg-temp/" /> <copy file="INSTALL-headless.txt" todir="pkg-temp/" />
<!-- overwrite the truncated history put in by the updater --> <!-- overwrite the truncated history put in by the updater -->
<copy file="history.txt" todir="pkg-temp/" overwrite="true" /> <copy file="history.txt" todir="pkg-temp/" overwrite="true" />