Changeset 34873 in osm for applications
- Timestamp:
- 2019-01-31T13:39:04+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34795 r34873 32 32 <property name="plugin.dist.dir" location="../../dist"/> 33 33 <property name="java.lang.version" value="1.8" /> 34 <property name="javadoc.executable" value="javadoc" /> 34 35 <property name="manifest" value="MANIFEST"/> 35 36 <property name="manifest.unixoid" value="MANIFEST-unixoid"/> … … 264 265 <target name="javadoc"> 265 266 <javadoc destdir="${plugin.doc.dir}" 267 executable="${javadoc.executable}" 266 268 encoding="UTF-8" 267 269 windowtitle="JOSM-${ant.project.name}"
Note:
See TracChangeset
for help on using the changeset viewer.