summaryrefslogtreecommitdiff
path: root/docs.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2016-04-09 12:27:31 +0200
committerStefan Bodewig <bodewig@apache.org>2016-04-09 12:27:31 +0200
commit39a53454478c84601a3c36bfa4f127ecc76cfa40 (patch)
tree63d519cdd9447e9d3f257bf146169e5f9f6c6434 /docs.xml
parentbcf80166788bcfc4c26d3b55a60852258d31b341 (diff)
downloadant-39a53454478c84601a3c36bfa4f127ecc76cfa40.tar.gz
remove tests for JDKs < 8
Diffstat (limited to 'docs.xml')
-rw-r--r--docs.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs.xml b/docs.xml
index f49e70f99..1cb78063e 100644
--- a/docs.xml
+++ b/docs.xml
@@ -17,9 +17,7 @@
-->
<project name="docs" default="txt2html">
- <available property="jdk1.5+" classname="java.net.Proxy"/>
<target name="txt2html">
- <fail unless="jdk1.5+" message="Tomcat BuildUtils requires Java5+"/>
<property name="build.dir" value="build"/>
<tempfile property="temp.dir"/>
<mkdir dir="${temp.dir}/org/apache/tomcat/buildutil"/>