Changeset 36225 in osm for applications/viewer
- Timestamp:
- 2024-03-11T22:38:34+01:00 (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/build.xml
r36224 r36225 188 188 </classpath> 189 189 </javac> 190 <jacoco:agent destfile="report/jacoco.exec" enabled="${coverage }" includes="${jacoco.includes}" dumponexit="true"190 <jacoco:agent destfile="report/jacoco.exec" enabled="${coverageByDefault}" includes="${jacoco.includes}" dumponexit="true" 191 191 inclbootstrapclasses="${jacoco.inclbootstrapclasses}" inclnolocationclasses="${jacoco.inclnolocationclasses}" 192 property="jacocoagent" if:true="${coverage }"/>192 property="jacocoagent" if:true="${coverageByDefault}"/> 193 193 <junitlauncher printsummary="yes"> 194 194 <classpath>
Note:
See TracChangeset
for help on using the changeset viewer.