forked from I2P_Developers/i2p.i2p
Fix bench.jarUpToDate
This commit is contained in:
@ -438,7 +438,8 @@
|
|||||||
|
|
||||||
<target name="bench.jarUpToDate">
|
<target name="bench.jarUpToDate">
|
||||||
<uptodate property="bench.jar.uptodate" targetfile="build/i2p-benchmarks.jar" >
|
<uptodate property="bench.jar.uptodate" targetfile="build/i2p-benchmarks.jar" >
|
||||||
<srcfiles dir= "." includes="build/obj_bench/**/*.class" />
|
<srcfiles dir= "build/obj" includes="**/*.class" />
|
||||||
|
<srcfiles dir= "build/obj_bench" includes="**/*.class" />
|
||||||
</uptodate>
|
</uptodate>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user