i2ptunnel: Don't default to a private key file that exists (ticket #1628)

Fix build.xml war dependency tracking
This commit is contained in:
zzz
2016-02-27 16:17:25 +00:00
parent d28f983c46
commit 80860232d7
2 changed files with 11 additions and 2 deletions

View File

@@ -235,6 +235,7 @@
<target name="warUpToDate">
<uptodate property="war.uptodate" targetfile="build/i2ptunnel.war" >
<srcfiles dir= "../jsp" excludes="web.xml, web-fragment.xml, **/*.java, *.jsp" />
<srcfiles dir= "build/obj" includes="**/ui/*.class **/web/*.class" />
</uptodate>
<condition property="shouldListChanges2" >
<and>