Browse Source

Dang, missed one.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271913 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
b7c5e2bdc6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docs/manual/CoreTasks/javac.html

+ 1
- 2
docs/manual/CoreTasks/javac.html View File

@@ -27,8 +27,7 @@ the source tree should follow the package
hierarchy.</p>
<p>It is possible to refine the set of files that are being compiled.
This can be done with the <code>includes</code>, <code>includesfile</code>,
<code>excludes</code>, <code>excludesfile</code>,
and <code>defaultexcludes</code>
<code>excludes</code>, and <code>excludesfile</code>
attributes. With the <code>includes</code> or
<code>includesfile</code> attribute, you specify the files you want to
have included.


Loading…
Cancel
Save