* actually reseed properly

* hide the susimail deprecation warnings
* dont push hosts.txt in the update (people can subscribe if they want to)
This commit is contained in:
jrandom
2005-02-18 08:12:40 +00:00
committed by zzz
parent e2071935ad
commit db2328e03e
3 changed files with 26 additions and 5 deletions

View File

@ -8,7 +8,7 @@
<target name="compile" depends="clean">
<javac
srcdir="./src/src"
debug="true" deprecation="on" source="1.3" target="1.3"
debug="true" deprecation="off" source="1.3" target="1.3"
destdir="./src/WEB-INF/classes">
<classpath>
<pathelement location="../jetty/jettylib/javax.servlet.jar" />