Changeset 10171 in josm for trunk/build.xml
- Timestamp:
- 2016-05-10T01:31:36+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10057 r10171 653 653 <target name="checkstyle" depends="init-properties"> 654 654 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 655 classpath="tools/checkstyle/checkstyle-6.1 7-all.jar"/>655 classpath="tools/checkstyle/checkstyle-6.18-all.jar"/> 656 656 <checkstyle config="tools/checkstyle/josm_checks.xml"> 657 657 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.