diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 5dae4f78b..9d075b9e9 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -27,8 +27,7 @@ the source tree should follow the package hierarchy.
It is possible to refine the set of files that are being compiled.
This can be done with the includes
, includesfile
,
-excludes
, excludesfile
,
-and defaultexcludes
+excludes
, and excludesfile
attributes. With the includes
or
includesfile
attribute, you specify the files you want to
have included.