Changeset 32677 in osm for applications/viewer/jmapviewer/build.xml
- Timestamp:
- 2016-07-21T02:29:43+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/build.xml
r32207 r32677 15 15 16 16 <target name="build"> 17 <javac srcdir="src" destdir="bin" source="1. 7" target="1.7" debug="true" includeantruntime="false" encoding="UTF-8">17 <javac srcdir="src" destdir="bin" source="1.8" target="1.8" debug="true" includeantruntime="false" encoding="UTF-8"> 18 18 <include name="org/openstreetmap/gui/jmapviewer/**" /> 19 19 </javac> … … 114 114 linksource="true" 115 115 author="false"> 116 <link href="http://docs.oracle.com/javase/ 7/docs/api"/>116 <link href="http://docs.oracle.com/javase/8/docs/api"/> 117 117 <doctitle><![CDATA[<h2>JMapViewer - Javadoc</h2>]]></doctitle> 118 118 <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JMapViewer</a>]]></bottom>
Note:
See TracChangeset
for help on using the changeset viewer.