Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
findbugs
findbugs-jar-filenames.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File findbugs-jar-filenames.patch of Package findbugs
diff -ur findbugs-1.3.9-ORIGINAL/build.xml findbugs-1.3.9/build.xml --- findbugs-1.3.9-ORIGINAL/build.xml 2012-07-28 18:19:37.697925429 +0100 +++ findbugs-1.3.9/build.xml 2012-07-28 18:20:09.362968800 +0100 @@ -58,15 +58,15 @@ <path id="findbugs.classpath"> <pathelement location="${systemjar.dir}/findbugs-bcel.jar"/> - <pathelement location="${systemjar.dir}/dom4j-1.6.1.jar"/> + <pathelement location="${systemjar.dir}/dom4j.jar"/> <pathelement location="${systemjar.dir}/junit4.jar"/> <pathelement location="${systemjar.dir}/objectweb-asm/asm.jar"/> <pathelement location="${systemjar.dir}/objectweb-asm/asm-commons.jar"/> <pathelement location="${systemjar.dir}/objectweb-asm/asm-tree.jar"/> - <pathelement location="${systemjar.dir}/jaxen-1.1.1.jar"/> + <pathelement location="${systemjar.dir}/jaxen.jar"/> <pathelement location="${systemjar.dir}/jsr-305.jar"/> <pathelement location="${systemjar.dir}/jFormatString.jar"/> - <pathelement location="${systemjar.dir}/commons-lang.jar"/> + <pathelement location="${systemjar.dir}/commons-lang.jar"/> <pathelement location="${systemjar.dir}/jcip-annotations.jar"/> <pathelement location="${systemjar.dir}/ant.jar"/> </path> @@ -74,7 +74,7 @@ <path id="tools.classpath"> <pathelement location="${classes.dir}"/> <pathelement location="${jar.dir}/findbugs.jar"/> - <pathelement location="${systemjar.dir}/jdepend-2.9.1.jar"/> + <pathelement location="${systemjar.dir}/jdepend.jar"/> <path refid="findbugs.classpath"/> </path> diff -ur findbugs-1.3.9-ORIGINAL/etc/MANIFEST-findbugs.MF findbugs-1.3.9/etc/MANIFEST-findbugs.MF --- findbugs-1.3.9-ORIGINAL/etc/MANIFEST-findbugs.MF 2012-07-28 18:19:37.697925429 +0100 +++ findbugs-1.3.9/etc/MANIFEST-findbugs.MF 2012-07-28 18:23:54.275270153 +0100 @@ -1,3 +1,3 @@ Manifest-Version: 1.0 Main-Class: edu.umd.cs.findbugs.LaunchAppropriateUI -Class-Path: findbugs-bcel.jar dom4j-1.6.1.jar jaxen-1.1.1.jar objectweb-asm/asm.jar objectweb-asm/asm-tree.jar objectweb-asm/asm-commons.jar jsr-305.jar jFormatString.jar commons-lang.jar +Class-Path: findbugs-bcel.jar dom4j.jar jaxen.jar objectweb-asm/asm.jar objectweb-asm/asm-tree.jar objectweb-asm/asm-commons.jar jsr-305.jar jFormatString.jar commons-lang.jar
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor