From 5f4068bcc6001e0825dbb859aabf727b4f55b2fd Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 6 Nov 2000 10:52:42 +0000
Subject: [PATCH] There are four compiler choices, not three.
Submitted by: Nico Seessle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268150 13f79535-47bb-0310-9956-ffa450edef68
---
docs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.html b/docs/index.html
index 4533ea1d0..0f3f6ca90 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2581,7 +2581,7 @@ want to use default exclusions or not. See the section on directory based tasks, on how the
inclusion/exclusion of files works, and how to write patterns.
It is possible to use different compilers. This can be selected with the
-"build.compiler" property. There are three choices:
+"build.compiler" property. There are four choices:
- classic (the standard compiler of JDK 1.1/1.2)
- modern (the new compiler of JDK 1.3)