File: 0004-FixLibraryInScriptProperties.patch

package info (click to toggle)
findbugs 3.1.0~preview2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,476 kB
  • sloc: java: 132,265; xml: 31,761; sh: 361; sql: 126; perl: 122; makefile: 35
file content (12 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/etc/script.properties
+++ b/etc/script.properties
@@ -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 commons-lang3 jaxen asm asm-commons asm-tree ant jcip jsr305 jFormatString 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\