Changeset 32207 in osm for applications/viewer


Ignore:
Timestamp:
2016-05-30T23:11:55+02:00 (9 years ago)
Author:
donvip
Message:

Release JMapViewer 1.16 with update of checkstyle to 6.19

Location:
applications/viewer/jmapviewer
Files:
4 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer

    • Property ReleaseVersion changed from 1.15 to 1.16
  • applications/viewer/jmapviewer/build.xml

    r32179 r32207  
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-6.18-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-6.19-all.jar"/>
    8181        <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
    8282            <fileset dir="${basedir}/src" includes="**/*.java" />
Note: See TracChangeset for help on using the changeset viewer.