Browse Source

merge from 1.5 branch

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273108 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
2b442b9b9f
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/manual/CoreTypes/selectors.html

+ 4
- 2
docs/manual/CoreTypes/selectors.html View File

@@ -339,7 +339,9 @@
<li>both - select files only if they are present both in the
src and target directory trees
</ul>
Default is both.
Default is both. Setting this attribute to &quot;srconly&quot;
is equivalent to wrapping the selector in the &lt;not&gt;
selector container.
</td>
<td valign="top" align="center">No</td>
</tr>
@@ -349,7 +351,7 @@

<blockquote><pre>
&lt;fileset dir=&quot;${ant.1.5}/src/main&quot; includes=&quot;**/*.java&quot;&gt;
&lt;present targetdir=&quot;${ant.1.4.1}/src/main&quot;/&gt;
&lt;present present=&quot;srconly&quot; targetdir=&quot;${ant.1.4.1}/src/main&quot;/&gt;
&lt;/fileset&gt;
</pre></blockquote>



Loading…
Cancel
Save