|
|
@@ -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 "srconly" |
|
|
|
is equivalent to wrapping the selector in the <not> |
|
|
|
selector container. |
|
|
|
</td> |
|
|
|
<td valign="top" align="center">No</td> |
|
|
|
</tr> |
|
|
@@ -349,7 +351,7 @@ |
|
|
|
|
|
|
|
<blockquote><pre> |
|
|
|
<fileset dir="${ant.1.5}/src/main" includes="**/*.java"> |
|
|
|
<present targetdir="${ant.1.4.1}/src/main"/> |
|
|
|
<present present="srconly" targetdir="${ant.1.4.1}/src/main"/> |
|
|
|
</fileset> |
|
|
|
</pre></blockquote> |
|
|
|
|
|
|
|