diff --git a/ant/src/plugin-resources/templates/build.jelly b/ant/src/plugin-resources/templates/build.jelly
index 7fbf0af3..1d44194d 100644
--- a/ant/src/plugin-resources/templates/build.jelly
+++ b/ant/src/plugin-resources/templates/build.jelly
@@ -370,6 +370,13 @@
name="get-deps"
depends="init"
unless="noget">
+
+ Proxy settings works only with a JDK 1.2 and higher.
+
diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml
index f803e514..6185646d 100644
--- a/ant/xdocs/changes.xml
+++ b/ant/xdocs/changes.xml
@@ -25,6 +25,7 @@
+ Add ant's setproxy tag.
Use relative paths in directory properties.
Run Junit only if present in ANT (display a warning otherwise).