Changeset 8664 in josm
- Timestamp:
- 2015-08-17T01:45:45+02:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8656 r8664 575 575 <target name="checkstyle"> 576 576 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 577 classpath="tools/checkstyle/checkstyle-6. 8.1-all.jar"/>577 classpath="tools/checkstyle/checkstyle-6.9-all.jar"/> 578 578 <checkstyle config="tools/checkstyle/josm_checks.xml"> 579 579 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.