make jetty use I2P logging

This commit is contained in:
zzz
2011-12-30 19:44:57 +00:00
parent be7623a462
commit 03e86fcb24
5 changed files with 177 additions and 2 deletions

View File

@@ -132,7 +132,7 @@
<ant dir="apps/routerconsole/java/" target="jar" />
</target>
<target name="buildJetty" depends="buildProperties" >
<target name="buildJetty" depends="buildCore" >
<ant dir="apps/jetty" target="build" />
</target>