Changeset 10048 in josm
- Timestamp:
- 2016-03-26T19:20:27+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10041 r10048 9 9 ** 10 10 --> 11 <project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant"> 11 <project xmlns:as="antlib:org.codehaus.mojo.animal_sniffer" name="josm" default="dist" xmlns:jacoco="antlib:org.jacoco.ant" xmlns:if="ant:if"> 12 12 <target name="init-properties"> 13 13 <!-- Load properties in a target and not at top level, so this build file can be … … 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 391 <sysproperty key="josm.home" value="${test.dir}/config/@{testfamily}-josm.home"/> 391 392 <sysproperty key="josm.test.data" value="${test.dir}/data"/>
Note:
See TracChangeset
for help on using the changeset viewer.