Changeset 8632 in josm for trunk/build.xml
- Timestamp:
- 2015-08-01T17:54:08+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8535 r8632 576 576 577 577 <target name="checkstyle"> 578 <taskdef resource="checkstyletask.properties" classpath="tools/checkstyle/checkstyle-6.7-all.jar"/> 578 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 579 classpath="tools/checkstyle/checkstyle-6.8.1-all.jar"/> 579 580 <checkstyle config="tools/checkstyle/josm_checks.xml"> 580 581 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset
for help on using the changeset viewer.