Changeset 33482 in osm for applications/viewer/jmapviewer


Ignore:
Timestamp:
2017-07-29T01:29:04+02:00 (7 years ago)
Author:
donvip
Message:

update readme + checkstyle 7.8.2

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

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer/Readme.txt

    r32782 r33482  
    99(c) 2010-2011, Ian Dees
    1010(c) 2010-2011, Michael Vigovsky
    11 (c) 2011-2016, Paul Hartmann
     11(c) 2011-2017, Paul Hartmann
    1212(c) 2011-2016, Gleb Smirnoff
    13 (c) 2011-2016, Vincent Privat
     13(c) 2011-2017, Vincent Privat
    1414(c) 2011, Jason Huntley
    1515(c) 2012-2016, Simon Legner
  • applications/viewer/jmapviewer/build.xml

    r33284 r33482  
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-7.7-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-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.