- Timestamp:
- 2020-03-03T23:55:12+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16018 r16020 978 978 </target> 979 979 980 <target name="spotbugs" depends=" compile">980 <target name="spotbugs" depends="dist"> 981 981 <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${spotbugs.dir}/spotbugs-ant.jar"/> 982 982 <path id="spotbugs-classpath"> … … 991 991 pluginList="" 992 992 excludeFilter="${spotbugs.dir}/josm-filter.xml" 993 onlyAnalyze="org.openstreetmap.josm.-" 993 994 effort="max" 994 995 reportLevel="low" 995 996 > 996 <fileset dir="${build.dir}"> 997 <include name="org/openstreetmap/josm/**/*.class"/> 998 <exclude name="org/openstreetmap/josm/gui/mappaint/mapcss/parsergen/*.class"/> 999 </fileset> 997 <class location="${dist.jar}" /> 1000 998 </spotbugs> 1001 999 </target>
Note:
See TracChangeset
for help on using the changeset viewer.