Changeset 36164 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2023-10-10T17:50:25+02:00 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r36163 r36164 16 16 <!-- ** include targets that all plugins have in common ** --> 17 17 <import file="../build-common.xml"/> 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 30 18 </project>
Note:
See TracChangeset
for help on using the changeset viewer.