Changeset 10056 in josm
- Timestamp:
- 2016-03-27T04:10:33+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10049 r10056 388 388 <junit printsummary="yes" fork="true" forkmode="once"> 389 389 <jvmarg value="-Dfile.encoding=UTF-8"/> 390 <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if: true="isJava9" />390 <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" /> 391 391 <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/> 392 392 <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.