Ignore:
Timestamp:
2018-06-30T21:54:46+02:00 (8 years ago)
Author:
donvip
Message:

see #josm15560, see #josm16047 - include JAXB, removed in JDK11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r34373 r34375  
    5959        </not>
    6060    </condition>
    61     <target name="-jaxb_before9" unless="isJava9">
    62         <property name="xjc" value="${java.home}${file.separator}..${file.separator}bin${file.separator}xjc" />
    63     </target>
    64     <target name="-jaxb_after9" if="isJava9">
    65         <property name="xjc" value="${java.home}${file.separator}bin${file.separator}xjc" />
     61    <target name="-jaxb">
     62        <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc" />
    6663    </target>
    6764
Note: See TracChangeset for help on using the changeset viewer.