Changeset 36168 in osm for applications/editors/josm
- Timestamp:
- 2023-10-11T15:18:18+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r36151 r36168 600 600 <sequential> 601 601 <echo message="Running unit tests with JUnit"/> 602 <jacoco:agent destfile="${plugin.test.dir}/jacoco.exec" enabled="${coverageByDefault}" inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}" property="jacocoagent"/> 602 <jacoco:agent destfile="${plugin.test.dir}/jacoco.exec" enabled="${coverageByDefault}" 603 inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}" 604 property="jacocoagent" if:true="${coverageByDefault}"/> 603 605 <junitlauncher printsummary="${junit.printsummary}"> 604 606 <classpath>
Note:
See TracChangeset
for help on using the changeset viewer.