modify patch of 0007 for fixing findbugs library dependency
yesx
8 years ago
0 | 0 |
lib/findbugs.jar usr/share/findbugs/lib
|
1 | 1 |
lib/buggy.icns usr/share/findbugs/lib
|
2 | 2 |
lib/bug-logo.icns usr/share/findbugs/lib
|
3 | |
bin/addMessages usr/bin/
|
4 | |
bin/computeBugHistory usr/bin/
|
5 | |
bin/convertXmlToText usr/bin/
|
6 | |
bin/copyBuggySource usr/bin/
|
7 | |
bin/defectDensity usr/bin/
|
8 | |
bin/fb usr/bin
|
9 | |
bin/fbwrap usr/bin/
|
10 | |
bin/filterBugs usr/bin/
|
11 | |
bin/findbugs* usr/bin
|
12 | |
bin/listBugDatabaseInfo usr/bin/
|
13 | |
bin/mineBugHistory usr/bin/
|
14 | |
bin/printAppVersion usr/bin/
|
15 | |
bin/printClass usr/bin/
|
16 | |
bin/rejarForAnalysis usr/bin/
|
17 | |
bin/setBugDatabaseInfo usr/bin/
|
18 | |
bin/unionBugs usr/bin/
|
19 | |
bin/xpathFind usr/bin/
|
20 | |
bin/findbugs.ico usr/share/findbugs/
|
|
3 |
bin/findbugs usr/share/findbugs/bin
|
|
4 |
bin/findbugs usr/bin
|
|
5 |
bin/findbugs.ico usr/share/findbugs/bin
|
21 | 6 |
doc/html usr/share/doc/findbugs
|
0 | |
diff --git a/etc/script.properties b/etc/script.properties
|
1 | |
index f595a9a..c67c79f 100644
|
2 | |
--- a/etc/script.properties
|
3 | |
+++ b/etc/script.properties
|
4 | |
@@ -76,6 +76,9 @@ script.define.escape_arg=\
|
|
0 |
Index: findbugs-2.0.2/etc/script.properties
|
|
1 |
===================================================================
|
|
2 |
--- findbugs-2.0.2.orig/etc/script.properties 2013-09-04 08:43:25.203613934 +0800
|
|
3 |
+++ findbugs-2.0.2/etc/script.properties 2013-09-04 08:46:25.243612527 +0800
|
|
4 |
@@ -76,6 +76,9 @@
|
5 | 5 |
# This should be done before executing any code that
|
6 | 6 |
# could override fb_javacmd.
|
7 | 7 |
script.set.default.java=\
|
8 | 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\n\
|
|
9 |
+ find_jars dom4j junit4 commons-lang jaxen jdepend asm3 asm3-commons asm3-tree ant jcip jsr305 jFormatString findbugs-bcel\n\
|
10 | 10 |
+ export CLASSPATH=$JAVA_CLASSPATH\n\
|
11 | 11 |
# Choose default java binary\n\
|
12 | 12 |
fb_javacmd=java\n\
|
13 | 13 |
if [ ! -z "$JAVA_HOME" ] && [ -x "$JAVA_HOME/bin/java" ]; then\n\
|
14 | |
|