Changeset 34383 in osm
- Timestamp:
- 2018-07-01T01:37:17+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34378 r34383 236 236 <target name="javadoc"> 237 237 <javadoc destdir="${plugin.doc.dir}" 238 sourcepath="${plugin.src.dir}"239 238 encoding="UTF-8" 240 239 windowtitle="JOSM-${ant.project.name}" … … 244 243 author="false"> 245 244 <classpath refid="plugin.classpath"/> 245 <sourcepath> 246 <pathelement path="src" /> 247 <pathelement path="gen" /> 248 <pathelement path="includes" /> 249 </sourcepath> 246 250 <link href="https://docs.oracle.com/javase/8/docs/api"/> 247 251 <link href="https://josm.openstreetmap.de/doc"/>
Note:
See TracChangeset
for help on using the changeset viewer.