Changeset 9057 in josm for trunk/build.xml
- Timestamp:
- 2015-11-23T00:24:27+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8852 r9057 604 604 <target name="checkstyle"> 605 605 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 606 classpath="tools/checkstyle/checkstyle-6.1 1.2-all.jar"/>606 classpath="tools/checkstyle/checkstyle-6.12.1-all.jar"/> 607 607 <checkstyle config="tools/checkstyle/josm_checks.xml"> 608 608 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.