Codebase list findbugs / 905236f
Fix library in script.properties yesx 10 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: findbugs-2.0.3/etc/script.properties
1 ===================================================================
2 --- findbugs-2.0.3.orig/etc/script.properties 2011-07-14 16:53:46.000000000 +0800
3 +++ findbugs-2.0.3/etc/script.properties 2013-12-17 20:39:15.222174153 +0800
4 @@ -76,6 +76,8 @@
5 # This should be done before executing any code that
6 # could override fb_javacmd.
7 script.set.default.java=\
8 + . /usr/lib/java-wrappers/java-wrappers.sh\n\
9 + find_jars dom4j junit4 commons-lang jaxen jdepend asm3 asm3-commons asm3-tree ant jcip jsr305 jFormatString findbugs-bcel\n\
10 # Choose default java binary\n\
11 fb_javacmd=java\n\
12 if [ ! -z "$JAVA_HOME" ] && [ -x "$JAVA_HOME/bin/java" ]; then\n\
00 0001-FixLibraryDependency-RemoveAppleGUI.patch
11 0002-FixJnlpLibraryDir.patch
22 0003-UseGTKLook.patch
3 0004-FixLibraryInScriptProperties.patch