Changeset 9e2bd4a
- Timestamp:
- Sep 8, 2017 11:28:19 AM (3 years ago)
- Branches:
- master
- Children:
- 10cfa6e
- Parents:
- 1a49309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/build.xml
r1a49309 r9e2bd4a 439 439 <target name="bench.jarUpToDate"> 440 440 <uptodate property="bench.jar.uptodate" targetfile="build/i2p-benchmarks.jar" > 441 <srcfiles dir= "." includes="build/obj_bench/**/*.class" /> 441 <srcfiles dir= "build/obj" includes="**/*.class" /> 442 <srcfiles dir= "build/obj_bench" includes="**/*.class" /> 442 443 </uptodate> 443 444 </target>
Note: See TracChangeset
for help on using the changeset viewer.