diff --git a/manual/listeners.html b/manual/listeners.html
index e201638a6..7387288f0 100644
--- a/manual/listeners.html
+++ b/manual/listeners.html
@@ -420,7 +420,7 @@ documentation page.
Using the Log4j 1.2 Bridge
You could use the Log4j Bridge
-if your application is written against the Log4j (1.x) API, but you want to use the Log4j 2.x runtime.
+if your application is written against the Log4j (1.x) API, but you want to use the Log4j 2.x runtime.
For using the bridge with Ant you have to add
- log4j-1.2-api-${log4j.version}.jar
@@ -429,6 +429,7 @@ For using the bridge with Ant you have to add
- log4j2.xml
to your classpath (e.g. via the -lib
option).
+(For using the bridge Ant 1.9.10/1.10.2 or higher is required.)
Translating the 1.x properties file into the 2.x xml syntax would result in
<?xml version="1.0" encoding="UTF-8"?>