Changeset 34383 in osm


Ignore:
Timestamp:
2018-07-01T01:37:17+02:00 (6 years ago)
Author:
donvip
Message:

include third-party source code in javadoc target

File:
1 edited

Legend:

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

    r34378 r34383  
    236236    <target name="javadoc">
    237237        <javadoc destdir="${plugin.doc.dir}"
    238                 sourcepath="${plugin.src.dir}"
    239238                encoding="UTF-8"
    240239                windowtitle="JOSM-${ant.project.name}"
     
    244243                author="false">
    245244            <classpath refid="plugin.classpath"/>
     245            <sourcepath>
     246                <pathelement path="src" />
     247                <pathelement path="gen" />
     248                <pathelement path="includes" />
     249            </sourcepath>
    246250            <link href="https://docs.oracle.com/javase/8/docs/api"/>
    247251            <link href="https://josm.openstreetmap.de/doc"/>
Note: See TracChangeset for help on using the changeset viewer.