Changeset 36120 in osm for applications/editors/josm/plugins/livegps/build.xml
- Timestamp:
- 2023-08-15T18:00:16+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r36107 r36120 17 17 <import file="../build-common.xml"/> 18 18 19 <target name="checkstyle" depends="checkstyle-compile"> 20 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"> 21 <classpath refid="checkstyle.classpath"/> 22 <classpath path="${checkstyle-build.dir}"/> 23 </taskdef> 24 <checkstyle config="checkstyle-config.xml"> 25 <fileset dir="${basedir}/src" includes="**/*.java" /> 26 <formatter type="xml" toFile="checkstyle-josm-${ant.project.name}.xml"/> 27 </checkstyle> 28 </target> 29 19 30 </project>
Note:
See TracChangeset
for help on using the changeset viewer.
