File: 0004-FixLibraryInScriptProperties.patch

package info (click to toggle)
findbugs 2.0.3%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,220 kB
  • ctags: 19,327
  • sloc: java: 123,960; xml: 30,230; sh: 356; sql: 126; perl: 122; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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\