Changeset 34598 in osm
- Timestamp:
- 2018-08-23T20:31:37+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34595 r34598 15 15 <property name="josm" location="../../core/dist/josm-custom.jar"/> 16 16 <property name="josm.test.build.dir" location="../../core/test/build"/> 17 <property name="jmockit.jar" location="../00_core_test_lib/jmockit-1.41.jar"/> 17 18 <property name="error_prone_ant.jar" location="../00_core_tools/error_prone_ant.jar"/> 18 19 <property name="checkstyle.jar" location="../00_core_tools/checkstyle/checkstyle-all.jar"/> … … 554 555 <junit printsummary="yes" fork="true" forkmode="once" dir="${basedir}"> 555 556 <jvmarg value="-Dfile.encoding=UTF-8"/> 557 <jvmarg value="-javaagent:${jmockit.jar}"/> 556 558 <jvmarg value="--add-modules" if:set="isJava9" unless:set="isJava11" /> 557 559 <jvmarg value="java.activation,java.se.ee" if:set="isJava9" unless:set="isJava11" />
Note:
See TracChangeset
for help on using the changeset viewer.