- Timestamp:
- 2016-11-25T23:19:24+01:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r11274 r11310 717 717 <target name="checkstyle" depends="init-properties"> 718 718 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 719 classpath="tools/checkstyle/checkstyle-7. 2-all.jar"/>719 classpath="tools/checkstyle/checkstyle-7.3-all.jar"/> 720 720 <checkstyle config="tools/checkstyle/josm_checks.xml"> 721 721 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.