Changeset 11001 in josm
- Timestamp:
- 2016-09-15T21:19:40+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10949 r11001 419 419 <junit printsummary="yes" fork="true" forkmode="once"> 420 420 <jvmarg value="-Dfile.encoding=UTF-8"/> 421 <jvmarg value="- XaddExports:java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" />422 <jvmarg value="- XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" />421 <jvmarg value="--add-exports java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" /> 422 <jvmarg value="--add-exports java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" /> 423 423 <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/> 424 424 <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.