summaryrefslogtreecommitdiff
path: root/java/lib/findbugs/README.txt
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-09-27 22:56:20 +0000
committerRobert Gemmell <robbie@apache.org>2010-09-27 22:56:20 +0000
commitb52612d5a3aaae459a65daf132974c560170ae1e (patch)
tree4aabdb30a5a4fbe2d03555494124ba3ab99f6cff /java/lib/findbugs/README.txt
parent3d9e8eb9a8ffa4272d9399dc8799c27b71ad2305 (diff)
downloadqpid-python-b52612d5a3aaae459a65daf132974c560170ae1e.tar.gz
QPID-2857: Remove the FindBugs binarys from the repository and add instructions on how to download and use it.
This is necessary because whilst its deps are fine, FindBugs itself is LGPL licenced. It also doesnt hurt to remove 15MB of optional binaries from the release. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1001951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib/findbugs/README.txt')
-rw-r--r--java/lib/findbugs/README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/java/lib/findbugs/README.txt b/java/lib/findbugs/README.txt
new file mode 100644
index 0000000000..56343d7e63
--- /dev/null
+++ b/java/lib/findbugs/README.txt
@@ -0,0 +1,30 @@
+Download the FindBugs archive from the following location:
+http://findbugs.sourceforge.net/downloads.html
+
+Unpack the contents of the 'findbugs-<version>/lib' folder within the archive
+to the 'qpid/java/lib/findbugs' (i.e. this) directory. This should leave you
+with contents of 'qpid/java/lib/findbugs' similar to:
+
+annotations.jar
+ant.jar
+asm-3.1.jar
+asm-analysis-3.1.jar
+asm-commons-3.1.jar
+asm-tree-3.1.jar
+asm-util-3.1.jar
+asm-xml-3.1.jar
+bcel.jar
+buggy.icns
+commons-lang-2.4.jar
+dom4j-1.6.1.jar
+findbugs-ant.jar
+findbugs.jar
+jFormatString.jar
+jaxen-1.1.1.jar
+jdepend-2.9.jar
+jsr305.jar
+mysql-connector-java-5.1.7-bin.jar
+
+
+Now simply run "ant findbugs" in qpid/java to generate the report.
+