[eclipse-findbugs/f20] Fix Fedora-specific locations of ASM JARs

richardfearn richardfearn at fedoraproject.org
Tue Feb 11 21:24:04 UTC 2014


commit b729c2b9fb65eb8cb273f9d9a99fa56c462f667b
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Tue Feb 11 20:15:00 2014 +0000

    Fix Fedora-specific locations of ASM JARs
    
    As done in e85d064 on master, but with objectweb-asm3 changed to objectweb-asm

 eclipsePlugin-build.patch |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/eclipsePlugin-build.patch b/eclipsePlugin-build.patch
index f8551af..60edadf 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-asm/asm.jar,
++        objectweb-asm/asm-tree.jar,
++        objectweb-asm/asm-commons.jar,
 +        dom4j.jar,
 +        jaxen.jar" />
  


More information about the scm-commits mailing list