* 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:
@ -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" />
|
||||
|
Reference in New Issue
Block a user