Changeset 34874 in osm for applications
- Timestamp:
- 2019-01-31T14:37:47+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r34873 r34874 33 33 <property name="java.lang.version" value="1.8" /> 34 34 <property name="javadoc.executable" value="javadoc" /> 35 <property name="javadoc.link" value="https://docs.oracle.com/javase/8/docs/api" /> 35 36 <property name="manifest" value="MANIFEST"/> 36 37 <property name="manifest.unixoid" value="MANIFEST-unixoid"/> … … 278 279 <pathelement path="includes" /> 279 280 </sourcepath> 280 <link href=" https://docs.oracle.com/javase/8/docs/api"/>281 <link href="${javadoc.link}"/> 281 282 <link href="https://josm.openstreetmap.de/doc"/> 282 283 <doctitle><![CDATA[<h2>JOSM-${ant.project.name} - Javadoc</h2>]]></doctitle>
Note:
See TracChangeset
for help on using the changeset viewer.