Changeset 32317 in osm for applications/editors/josm/plugins/build-common.xml
- Timestamp:
- 2016-06-19T00:39:07+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r32312 r32317 495 495 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}"/> 496 496 <checkstyle config="../00_core_tools/checkstyle/josm_checks.xml"> 497 <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java,org/apache/**/*.java"/> 497 <fileset dir="${basedir}/src" includes="**/*.java" excludes="com/google/**/*.java, 498 crosby/**/*.java, 499 edu/princeton/**/*.java, 500 net/boplicity/**/*.java, 501 org/apache/**/*.java, 502 org/dinopolis/**/*.java, 503 org/kaintoch/**/*.java, 504 org/marvinproject/**/*.java, 505 org/netbeans/**/*.java, 506 org/osgeo/**/*.java"/> 498 507 <fileset dir="${basedir}/test" includes="**/*.java" erroronmissingdir="false"/> 499 508 <formatter type="xml" toFile="checkstyle-josm-${ant.project.name}.xml"/> … … 517 526 reportLevel="low" 518 527 > 519 <auxClasspath refid="plugin.classpath" />528 <auxClasspath refid="plugin.classpath" /> 520 529 <sourcePath path="${basedir}/src" /> 521 530 <class location="${plugin.jar}" />
Note:
See TracChangeset
for help on using the changeset viewer.
