Changeset 34578 in osm for applications


Ignore:
Timestamp:
2018-08-18T22:41:26+02:00 (6 years ago)
Author:
donvip
Message:

don't use relative path to locate xjc

File:
1 edited

Legend:

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

    r34463 r34578  
    6060    </condition>
    6161    <target name="-jaxb_windows" if="isWindows">
    62         <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.bat" />
     62        <property name="xjc" value="${plugin.tools.dir}${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.bat" />
    6363    </target>
    6464    <target name="-jaxb_linux" unless="isWindows">
    65         <property name="xjc" value="..${file.separator}00_tools${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.sh" />
     65        <property name="xjc" value="${plugin.tools.dir}${file.separator}jaxb-ri${file.separator}bin${file.separator}xjc.sh" />
    6666    </target>
    6767
Note: See TracChangeset for help on using the changeset viewer.