Changeset 9749 in josm for trunk/build.xml
- Timestamp:
- 2016-02-07T14:41:42+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9735 r9749 642 642 <target name="checkstyle"> 643 643 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 644 classpath="tools/checkstyle/checkstyle-6.1 4.1-all.jar"/>644 classpath="tools/checkstyle/checkstyle-6.15-all.jar"/> 645 645 <checkstyle config="tools/checkstyle/josm_checks.xml"> 646 646 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.