[eclipse-findbugs] Fix Fedora-specific locations of ASM JARs, which I just realised are incorrect

richardfearn richardfearn at fedoraproject.org
Sat Dec 28 23:26:22 UTC 2013


commit e85d064580e3495b3cd5c14592c8d30faa7c3fe3
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sat Dec 28 23:24:07 2013 +0000

    Fix Fedora-specific locations of ASM JARs, which I just realised are incorrect

 eclipsePlugin-build.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/eclipsePlugin-build.patch b/eclipsePlugin-build.patch
index f8551af..1098dac 100644
--- a/eclipsePlugin-build.patch
+++ b/eclipsePlugin-build.patch
@@ -30,7 +30,7 @@ index 0e6418b..4db99b0 100644
  Bundle-Vendor: FindBugs Project
  Bundle-Localization: plugin
 diff --git a/build.xml b/build.xml
-index cddee58..8f8b8b3 100644
+index cddee58..c2f9b51 100644
 --- a/build.xml
 +++ b/build.xml
 @@ -62,16 +62,17 @@
@@ -52,9 +52,9 @@ index cddee58..8f8b8b3 100644
 -        dom4j-1.6.1.jar,
 -        jaxen-1.1.1.jar" />
 +        apache-commons-lang.jar,
-+        objectweb/asm.jar,
-+        objectweb/asm-tree.jar,
-+        objectweb/asm-commons.jar,
++        objectweb-asm3/asm.jar,
++        objectweb-asm3/asm-tree.jar,
++        objectweb-asm3/asm-commons.jar,
 +        dom4j.jar,
 +        jaxen.jar" />
  


More information about the scm-commits mailing list