Changeset 31892 in osm for applications/viewer/jmapviewer/build.xml
- Timestamp:
- 2015-12-30T23:26:52+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/build.xml
r31785 r31892 78 78 <target name="checkstyle"> 79 79 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 80 classpath="tools/checkstyle/checkstyle-6.1 3-all.jar"/>80 classpath="tools/checkstyle/checkstyle-6.14-all.jar"/> 81 81 <checkstyle config="tools/checkstyle/jmapviewer_checks.xml"> 82 82 <fileset dir="${basedir}/src" includes="**/*.java" />
Note:
See TracChangeset
for help on using the changeset viewer.