Changeset 10301 in josm for trunk/build.xml
- Timestamp:
- 2016-05-30T02:06:54+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10276 r10301 656 656 <target name="checkstyle" depends="init-properties"> 657 657 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 658 classpath="tools/checkstyle/checkstyle-6.1 8-all.jar"/>658 classpath="tools/checkstyle/checkstyle-6.19-all.jar"/> 659 659 <checkstyle config="tools/checkstyle/josm_checks.xml"> 660 660 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.