Changeset 8834 in josm for trunk/build.xml
- Timestamp:
- 2015-10-07T23:14:13+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8820 r8834 608 608 <target name="checkstyle"> 609 609 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 610 classpath="tools/checkstyle/checkstyle-6.11 -all.jar"/>610 classpath="tools/checkstyle/checkstyle-6.11.2-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.