summaryrefslogtreecommitdiff
path: root/qpid/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
commitbac0ec284c39cef7f55562a97e9f982f11e8a7fd (patch)
tree63c840f3ee1aaa5395fb113c4b83c542f51b883f /qpid/java/lib
parent579039c2ed9eaaebadaa49a6fc0e6d63b174ccfb (diff)
downloadqpid-python-bac0ec284c39cef7f55562a97e9f982f11e8a7fd.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@1337869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/lib')
-rw-r--r--qpid/java/lib/cobertura/README.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/qpid/java/lib/cobertura/README.txt b/qpid/java/lib/cobertura/README.txt
deleted file mode 100644
index 080bb5f2f3..0000000000
--- a/qpid/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.