Changeset 9963 in josm
- Timestamp:
- 2016-03-11T21:05:43+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9958 r9963 652 652 <target name="checkstyle" depends="init-properties"> 653 653 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 654 classpath="tools/checkstyle/checkstyle-6.16-all.jar"/> 654 classpath="tools/checkstyle/checkstyle-6.16.1-all.jar"/> 655 655 <checkstyle config="tools/checkstyle/josm_checks.xml"> 656 656 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.