Ignore:
Timestamp:
2016-07-21T02:29:43+02:00 (8 years ago)
Author:
donvip
Message:

see #josm11390 - switch to Java 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/build.xml

    r32207 r32677  
    1515
    1616        <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">
    1818                        <include name="org/openstreetmap/gui/jmapviewer/**" />
    1919                </javac>
     
    114114                linksource="true"
    115115                author="false">
    116             <link href="http://docs.oracle.com/javase/7/docs/api"/>
     116            <link href="http://docs.oracle.com/javase/8/docs/api"/>
    117117            <doctitle><![CDATA[<h2>JMapViewer - Javadoc</h2>]]></doctitle>
    118118            <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JMapViewer</a>]]></bottom>
Note: See TracChangeset for help on using the changeset viewer.