Changeset 9079 in josm for trunk/build.xml
- Timestamp:
- 2015-12-02T00:19:08+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9057 r9079 604 604 <target name="checkstyle"> 605 605 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 606 classpath="tools/checkstyle/checkstyle-6.1 2.1-all.jar"/>606 classpath="tools/checkstyle/checkstyle-6.13-all.jar"/> 607 607 <checkstyle config="tools/checkstyle/josm_checks.xml"> 608 608 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.