Changeset 9212 in josm for trunk/build.xml
- Timestamp:
- 2015-12-29T18:51:22+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9205 r9212 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 3-all.jar"/>610 classpath="tools/checkstyle/checkstyle-6.14-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.