diff --git a/src/main/docs/ant-task.html b/src/main/docs/ant-task.html index 24950040..e1348362 100644 --- a/src/main/docs/ant-task.html +++ b/src/main/docs/ant-task.html @@ -154,14 +154,14 @@

Parameters

Parameters specified as nested elements

-

This task supports all resource collections Ant provides (fileset, filelist, -file, tarfileset, zipfileset,...) +

This task supports all Ant resource types +(fileset, filelist, file, tarfileset, zipfileset,...) and uses all class files from them. It automatically adds an implcit filter to file names ending in '.class', so you don't need to add this as include attribute to those collections.

You can also pass one or multiple classpath elements to form a classpath. Ideally use the same configuration like the javac task.

-

To pass in signatures, you have 3 possibilities:

+

To pass in signatures, you have several possibilities: