summaryrefslogtreecommitdiff
path: root/java/lib/cobertura/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'java/lib/cobertura/README.txt')
-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.