build dep fix

This commit is contained in:
zzz
2017-12-01 16:08:03 +00:00
parent 80e3c96f2d
commit f8e871cea9

View File

@ -319,6 +319,7 @@
<target name="warUpToDate"> <target name="warUpToDate">
<uptodate property="war.uptodate" targetfile="build/routerconsole.war" > <uptodate property="war.uptodate" targetfile="build/routerconsole.war" >
<srcfiles dir= "../jsp" excludes="web.xml, web-fragment.xml, *.css, **/*.java, *.jsp, *.jsi" /> <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> </uptodate>
<condition property="shouldListChanges" > <condition property="shouldListChanges" >
<and> <and>