Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a83c5bc08ff955ee5ea81ae834d78c1a > files > 10

findbugs-1.3.9-7.mga3.src.rpm

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}/apache-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