summaryrefslogtreecommitdiff
path: root/java/lib
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-05-13 13:15:31 +0000
committerRobert Gemmell <robbie@apache.org>2012-05-13 13:15:31 +0000
commit22393a45b3796bfad748ad8355d2f960d9abb9af (patch)
tree47afaa4a6ee48744ed009c118fea218a981b64e9 /java/lib
parentdeb59be85191e74047e5a139e75c5a61ef80b686 (diff)
downloadqpid-python-22393a45b3796bfad748ad8355d2f960d9abb9af.tar.gz
QPID-3994: update the optional download of Cobertura to be performed using Ivy
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1337869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/lib')
-rw-r--r--java/lib/cobertura/README.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/lib/cobertura/README.txt b/java/lib/cobertura/README.txt
deleted file mode 100644
index 080bb5f2f3..0000000000
--- a/java/lib/cobertura/README.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Download the cobertura binary from the following location and expand it into
-this directory.
-
-http://cobertura.sourceforge.net/download.html
-
-Alternatively run "ant download-cobertura" to do this automatically.
-(to set a http proxy for ant use ANT_OPTS="-Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port>")
-
-Run "ant cover-test coverage-report" to generate coverage report.