Changeset 33490 in osm for applications
- Timestamp:
- 2017-08-04T23:19:09+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r33489 r33490 516 516 <target name="checkstyle"> 517 517 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/> 518 <checkstyle config=" C:/SVN/josm/plugins/00_core_tools/checkstyle/josm_checks.xml">518 <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml"> 519 519 <fileset dir="${basedir}/src" includes="**/*.java" excludes="boofcv/**/*.java, 520 520 com/google/**/*.java,
Note:
See TracChangeset
for help on using the changeset viewer.