fix up-to-date check

This commit is contained in:
zzz
2011-12-23 15:41:05 +00:00
parent d976b59732
commit 8ea587accb

View File

@@ -149,7 +149,7 @@
</target>
<target name="jarUpToDate">
<uptodate property="jar.uptodate" targetfile="jettylib/org.mortbay.jetty.jar" >
<uptodate property="jar.uptodate" targetfile="jettylib/jetty-i2p.jar" >
<srcfiles dir= "build/obj" includes="**/*.class" />
</uptodate>
<condition property="shouldListChanges" >