Changeset 33932 in osm
- Timestamp:
- 2017-12-01T01:37:36+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build-common.xml
r33763 r33932 549 549 </target> 550 550 551 <target name="spotbugs" depends=" dist">551 <target name="spotbugs" depends="compile"> 552 552 <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${spotbugs-ant.jar}"/> 553 553 <path id="spotbugs-classpath"> … … 567 567 <auxClasspath refid="plugin.classpath" /> 568 568 <sourcePath path="${basedir}/src" /> 569 <class location="${plugin. jar}" />569 <class location="${plugin.build.dir}" /> 570 570 </spotbugs> 571 571 </target>
Note:
See TracChangeset
for help on using the changeset viewer.