Changeset 10499 in josm for trunk/build.xml
- Timestamp:
- 2016-06-27T08:51:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10456 r10499 657 657 <target name="checkstyle" depends="init-properties"> 658 658 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 659 classpath="tools/checkstyle/checkstyle- 6.19-all.jar"/>659 classpath="tools/checkstyle/checkstyle-7.0-all.jar"/> 660 660 <checkstyle config="tools/checkstyle/josm_checks.xml"> 661 661 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.