Changeset 34873 in osm for applications


Ignore:
Timestamp:
2019-01-31T13:39:04+01:00 (6 years ago)
Author:
donvip
Message:

allow to specify javadoc executable

File:
1 edited

Legend:

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

    r34795 r34873  
    3232    <property name="plugin.dist.dir"        location="../../dist"/>
    3333    <property name="java.lang.version"      value="1.8" />
     34    <property name="javadoc.executable"     value="javadoc" />
    3435    <property name="manifest"               value="MANIFEST"/>
    3536    <property name="manifest.unixoid"       value="MANIFEST-unixoid"/>
     
    264265    <target name="javadoc">
    265266        <javadoc destdir="${plugin.doc.dir}"
     267                executable="${javadoc.executable}"
    266268                encoding="UTF-8"
    267269                windowtitle="JOSM-${ant.project.name}"
Note: See TracChangeset for help on using the changeset viewer.