Changeset 12583 in josm
- Timestamp:
- 2017-08-08T23:40:10+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r12582 r12583 772 772 <target name="checkstyle" depends="checkstyle-compile"> 773 773 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 774 classpath="tools/checkstyle/checkstyle-all.jar: dist/josm-custom.jar:${checkstyle-build.dir}"/>774 classpath="tools/checkstyle/checkstyle-all.jar:${checkstyle-build.dir}"/> 775 775 <checkstyle config="tools/checkstyle/josm_checks.xml"> 776 776 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.