Changeset 34874 in osm for applications


Ignore:
Timestamp:
2019-01-31T14:37:47+01:00 (6 years ago)
Author:
donvip
Message:

allow to specify javadoc link

File:
1 edited

Legend:

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

    r34873 r34874  
    3333    <property name="java.lang.version"      value="1.8" />
    3434    <property name="javadoc.executable"     value="javadoc" />
     35    <property name="javadoc.link"           value="https://docs.oracle.com/javase/8/docs/api" />
    3536    <property name="manifest"               value="MANIFEST"/>
    3637    <property name="manifest.unixoid"       value="MANIFEST-unixoid"/>
     
    278279                <pathelement path="includes" />
    279280            </sourcepath>
    280             <link href="https://docs.oracle.com/javase/8/docs/api"/>
     281            <link href="${javadoc.link}"/>
    281282            <link href="https://josm.openstreetmap.de/doc"/>
    282283            <doctitle><![CDATA[<h2>JOSM-${ant.project.name} - Javadoc</h2>]]></doctitle>
Note: See TracChangeset for help on using the changeset viewer.