Changeset 8727 in josm for trunk/build.xml
- Timestamp:
- 2015-09-03T23:48:57+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r8691 r8727 603 603 <target name="checkstyle"> 604 604 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 605 classpath="tools/checkstyle/checkstyle-6. 9-all.jar"/>605 classpath="tools/checkstyle/checkstyle-6.10.1-all.jar"/> 606 606 <checkstyle config="tools/checkstyle/josm_checks.xml"> 607 607 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.