forked from I2P_Developers/i2p.i2p
i2ptunnel: Don't default to a private key file that exists (ticket #1628)
Fix build.xml war dependency tracking
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user