Ignore:
Timestamp:
2013-01-04T03:48:23+01:00 (12 years ago)
Author:
the111
Message:

Fix #josm8320 - Project specifies 1.5 compiler compliance but requires 1.6

File:
1 edited

Legend:

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

    r27861 r29161  
    1313
    1414        <target name="build">
    15                 <javac srcdir="src" destdir="bin" source="1.5" target="1.5" debug="true" includeantruntime="false">
     15                <javac srcdir="src" destdir="bin" source="1.6" target="1.6" debug="true" includeantruntime="false">
    1616                        <include name="org/openstreetmap/gui/jmapviewer/**" />
    1717                </javac>
Note: See TracChangeset for help on using the changeset viewer.