summaryrefslogtreecommitdiff
path: root/manual/tutorial-HelloWorldWithAnt.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/tutorial-HelloWorldWithAnt.html')
-rw-r--r--manual/tutorial-HelloWorldWithAnt.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/tutorial-HelloWorldWithAnt.html b/manual/tutorial-HelloWorldWithAnt.html
index dc244f470..6e4d3968b 100644
--- a/manual/tutorial-HelloWorldWithAnt.html
+++ b/manual/tutorial-HelloWorldWithAnt.html
@@ -239,8 +239,7 @@ BUILD SUCCESSFUL</pre>
API&mdash;customizable to a high degree (including switching off during usual life (= not development) execution). We
use Log4J for that, because</p>
<ul>
-<li>it is not part of the JDK (1.4+) and we want to show how to use external libs</li>
-<li>it can run under JDK 1.2 (as Ant)</li>
+<li>it is not part of the JDK and we want to show how to use external libs</li>
<li>it's highly configurable</li>
<li>it's from Apache ;-)</li>
</ul>