Changeset 8810 in josm
- Timestamp:
- 2015-10-01T01:25:08+02:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8778 r8810 608 608 <target name="checkstyle"> 609 609 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 610 classpath="tools/checkstyle/checkstyle-6.1 0.1-all.jar"/>610 classpath="tools/checkstyle/checkstyle-6.11-all.jar"/> 611 611 <checkstyle config="tools/checkstyle/josm_checks.xml"> 612 612 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.