diff --git a/apps/routerconsole/java/build.xml b/apps/routerconsole/java/build.xml index f1b25fa0956c8789243b10882d101133900c870e..5d3682f2cd78931ce3ccf3c039395a040f12885e 100644 --- a/apps/routerconsole/java/build.xml +++ b/apps/routerconsole/java/build.xml @@ -319,6 +319,7 @@ <target name="warUpToDate"> <uptodate property="war.uptodate" targetfile="build/routerconsole.war" > <srcfiles dir= "../jsp" excludes="web.xml, web-fragment.xml, *.css, **/*.java, *.jsp, *.jsi" /> + <srcfiles dir= "build/obj" includes="net/i2p/router/web/helpers/*.class" /> </uptodate> <condition property="shouldListChanges" > <and>