Changeset 10746 in josm for trunk/build.xml
- Timestamp:
- 2016-08-06T16:52:01+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10730 r10746 403 403 <junit printsummary="yes" fork="true" forkmode="once"> 404 404 <jvmarg value="-Dfile.encoding=UTF-8"/> 405 <jvmarg line="-addmods java.xml.bind" if:set="isJava9" />406 405 <jvmarg value="-XaddExports:java.base/sun.security.util=ALL-UNNAMED" if:set="isJava9" /> 407 406 <jvmarg value="-XaddExports:java.base/sun.security.x509=ALL-UNNAMED" if:set="isJava9" /> 408 <jvmarg value="-XaddExports:java.xml.bind/javax.xml.bind=ALL-UNNAMED" if:set="isJava9" />409 407 <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/> 410 408 <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.