Changeset 16166 in josm
- Timestamp:
- 2020-03-17T21:38:32+01:00 (6 years ago)
- Location:
- trunk
- Files:
-
- 17 deleted
- 2 edited
-
build.xml (modified) (1 diff)
-
ivy.xml (modified) (2 diffs)
-
tools/spotbugs/asm-7.0.jar (deleted)
-
tools/spotbugs/asm-analysis-7.0.jar (deleted)
-
tools/spotbugs/asm-commons-7.0.jar (deleted)
-
tools/spotbugs/asm-tree-7.0.jar (deleted)
-
tools/spotbugs/asm-util-7.0.jar (deleted)
-
tools/spotbugs/bcel-6.3.jar (deleted)
-
tools/spotbugs/commons-lang-2.6.jar (deleted)
-
tools/spotbugs/dom4j-2.1.1.jar (deleted)
-
tools/spotbugs/jaxen-1.1.6.jar (deleted)
-
tools/spotbugs/jcip-annotations-1.0.jar (deleted)
-
tools/spotbugs/jsr305-3.0.2.jar (deleted)
-
tools/spotbugs/log4j-api-2.11.1.jar (deleted)
-
tools/spotbugs/log4j-core-2.11.1.jar (deleted)
-
tools/spotbugs/log4j-slf4j18-impl-2.11.1.jar (deleted)
-
tools/spotbugs/slf4j-api-1.8.0-beta2.jar (deleted)
-
tools/spotbugs/spotbugs-ant.jar (deleted)
-
tools/spotbugs/spotbugs.jar (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16165 r16166 948 948 949 949 <target name="spotbugs" depends="dist"> 950 <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${spotbugs.dir}/spotbugs-ant.jar"/> 951 <path id="spotbugs-classpath"> 952 <fileset dir="${spotbugs.dir}"> 953 <include name="*.jar"/> 954 </fileset> 955 </path> 956 <property name="spotbugs-classpath" refid="spotbugs-classpath"/> 950 <ivy:cachepath pathid="spotbugs.classpath" conf="spotbugs"/> 951 <taskdef name="spotbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask" classpath="${toString:spotbugs.classpath}"/> 957 952 <spotbugs output="xml" 958 953 outputFile="spotbugs-josm.xml" 959 classpath="${spotbugs -classpath}"954 classpath="${toString:spotbugs.classpath}" 960 955 pluginList="" 961 956 excludeFilter="${spotbugs.dir}/josm-filter.xml" -
trunk/ivy.xml
r16165 r16166 11 11 <conf name="provided" description="The libs we need during compilation but not on application start"/> 12 12 <conf name="pmd" description="Everything needed for running PMD"/> 13 <conf name="spotbugs" description="Everything needed for running SpotBugs"/> 13 14 <conf name="epsg" description="Everything epsg needs- which is currently all of JOSM."/> 14 15 <!-- Meta configuration used in build scripts --> … … 34 35 <artifact name="saxon" type="jar" maven:classifier="dom"/> 35 36 </dependency> 37 <!-- spotbugs->default --> 38 <dependency org="com.github.spotbugs" name="spotbugs" rev="3.1.12" conf="spotbugs->default"/> 39 <dependency org="com.github.spotbugs" name="spotbugs-ant" rev="3.1.12" conf="spotbugs->default"/> 36 40 <!-- sources->sources --> 37 41 <dependency org="javax.json" name="javax.json-api" rev="1.1.4" conf="sources->sources"/>
Note:
See TracChangeset
for help on using the changeset viewer.
