Changeset 9252 in josm for trunk/build.xml
- Timestamp:
- 2016-01-02T00:54:32+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9250 r9252 609 609 <target name="checkstyle"> 610 610 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 611 classpath="tools/checkstyle/checkstyle-6.14 -all.jar"/>611 classpath="tools/checkstyle/checkstyle-6.14.1-all.jar"/> 612 612 <checkstyle config="tools/checkstyle/josm_checks.xml"> 613 613 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.