Codebase list findbugs / debian/2.0.3+repack-1 debian / patches / 0004-FixLibraryInScriptProperties.patch
debian/2.0.3+repack-1

Tree @debian/2.0.3+repack-1 (Download .tar.gz)

0004-FixLibraryInScriptProperties.patch @debian/2.0.3+repack-1raw · history · blame

Index: findbugs-2.0.3/etc/script.properties
===================================================================
--- findbugs-2.0.3.orig/etc/script.properties	2013-12-17 21:48:57.158141458 +0800
+++ findbugs-2.0.3/etc/script.properties	2013-12-17 21:50:54.722140536 +0800
@@ -76,6 +76,9 @@
 # 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\
+    export CLASSPATH=$JAVA_CLASSPATH\n\
     # Choose default java binary\n\
     fb_javacmd=java\n\
     if [ ! -z "$JAVA_HOME" ] && [ -x "$JAVA_HOME/bin/java" ]; then\n\