Codebase list findbugs / 905236f debian / patches / 0004-FixLibraryInScriptProperties.patch
905236f

Tree @905236f (Download .tar.gz)

0004-FixLibraryInScriptProperties.patch @905236fraw · history · blame

Index: findbugs-2.0.3/etc/script.properties
===================================================================
--- findbugs-2.0.3.orig/etc/script.properties	2011-07-14 16:53:46.000000000 +0800
+++ findbugs-2.0.3/etc/script.properties	2013-12-17 20:39:15.222174153 +0800
@@ -76,6 +76,8 @@
 # This should be done before executing any code that
 # could override fb_javacmd.
 script.set.default.java=\
+    . /usr/lib/java-wrappers/java-wrappers.sh\n\
+    find_jars dom4j junit4 commons-lang jaxen jdepend asm3 asm3-commons asm3-tree ant jcip jsr305 jFormatString findbugs-bcel\n\
     # Choose default java binary\n\
     fb_javacmd=java\n\
     if [ ! -z "$JAVA_HOME" ] && [ -x "$JAVA_HOME/bin/java" ]; then\n\