Changeset 10730 in josm
- Timestamp:
- 2016-08-04T02:11:16+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10704 r10730 674 674 <target name="checkstyle" depends="init-properties"> 675 675 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 676 classpath="tools/checkstyle/checkstyle-7. 0-all.jar"/>676 classpath="tools/checkstyle/checkstyle-7.1-all.jar"/> 677 677 <checkstyle config="tools/checkstyle/josm_checks.xml"> 678 678 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.