summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
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
commitc72dffa16c4af41f6565bd926907124ba3b687d3 (patch)
tree3c011e27d65cf5650815724918a7318cf256ba6e /qpid/java/build.xml
parentc9a6d40068cca80ad37b9021e1f637ae5f94b206 (diff)
downloadqpid-python-c72dffa16c4af41f6565bd926907124ba3b687d3.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@1001951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index b5f669fb52..6ed2992a68 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -250,7 +250,7 @@
</jython>
</target>
- <target name="findbugs" depends="build">
+ <target name="findbugs" depends="findbugs-init,build">
<mkdir dir="${build.findbugs}"/>