Changeset 11524 in josm for trunk/build.xml
- Timestamp:
- 2017-02-01T11:32:31+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r11494 r11524 720 720 <target name="checkstyle" depends="init-properties"> 721 721 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 722 classpath="tools/checkstyle/checkstyle- 7.4-all.jar"/>722 classpath="tools/checkstyle/checkstyle-all.jar"/> 723 723 <checkstyle config="tools/checkstyle/josm_checks.xml"> 724 724 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset
for help on using the changeset viewer.