Browse Source

we keep adding attributes to fileset but not to MatchingTask, so don't lie. Related to PR 46738

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@772556 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
b138994dd5
13 changed files with 13 additions and 13 deletions
  1. +1
    -1
      docs/manual/CoreTasks/copydir.html
  2. +1
    -1
      docs/manual/CoreTasks/fixcrlf.html
  3. +1
    -1
      docs/manual/CoreTasks/jar.html
  4. +1
    -1
      docs/manual/CoreTasks/javac.html
  5. +1
    -1
      docs/manual/CoreTasks/replace.html
  6. +1
    -1
      docs/manual/CoreTasks/rmic.html
  7. +1
    -1
      docs/manual/CoreTasks/zip.html
  8. +1
    -1
      docs/manual/OptionalTasks/cab.html
  9. +1
    -1
      docs/manual/OptionalTasks/depend.html
  10. +1
    -1
      docs/manual/OptionalTasks/image.html
  11. +1
    -1
      docs/manual/OptionalTasks/native2ascii.html
  12. +1
    -1
      docs/manual/OptionalTasks/netrexxc.html
  13. +1
    -1
      docs/manual/OptionalTasks/renameextensions.html

+ 1
- 1
docs/manual/CoreTasks/copydir.html View File

@@ -39,7 +39,7 @@ want to use default exclusions or not. See the section on <a
href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.</p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>src</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/CoreTasks/fixcrlf.html View File

@@ -48,7 +48,7 @@
<p>
This task forms an implicit
<a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>srcdir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.


+ 1
- 1
docs/manual/CoreTasks/jar.html View File

@@ -39,7 +39,7 @@ want to use default exclusions or not. See the section on <a
href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.</p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>basedir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


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

@@ -438,7 +438,7 @@ invoking the compiler.</p>

<h3>Parameters specified as nested elements</h3>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>srcdir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/CoreTasks/replace.html View File

@@ -139,7 +139,7 @@ have been regenerated by this task.</p>
&quot;wombat&quot;, in the file <code>${src}/index.html</code>.</p>
<h3>Parameters specified as nested elements</h3>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code> as well as the
supports most attributes of <code>&lt;fileset&gt;</code> as well as the
nested <code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>
<p>Since Ant 1.8.0 this task supports any filesystem


+ 1
- 1
docs/manual/CoreTasks/rmic.html View File

@@ -43,7 +43,7 @@ want to use default exclusions or not. See the section on <a
href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.</p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>base</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/CoreTasks/zip.html View File

@@ -39,7 +39,7 @@ want to use default exclusions or not. See the section on <a
href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns. </p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>basedir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/OptionalTasks/cab.html View File

@@ -37,7 +37,7 @@ http://trill.cis.fordham.edu/~barbacha/cabinet_library/</a>.</p>
tasks</a>, on how the inclusion/exclusion of files works, and how to
write patterns.</p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>basedir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/OptionalTasks/depend.html View File

@@ -180,7 +180,7 @@ via a nested <code>&lt;classpath&gt;</code> element.</p>
<p>Additionally,
this task forms an implicit
<a href="../CoreTypes/fileset.html">FileSet</a>
and supports all attributes of
and supports most attributes of
<code>&lt;fileset&gt;</code> (<code>dir</code> becomes <code>srcdir</code>),
as well as the nested <code>&lt;include&gt;</code>,
<code>&lt;exclude&gt;</code>, and <code>&lt;patternset&gt;</code> elements.


+ 1
- 1
docs/manual/OptionalTasks/image.html View File

@@ -120,7 +120,7 @@

<h3>Parameters specified as nested elements</h3>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code> as well as the
supports most attributes of <code>&lt;fileset&gt;</code> as well as the
nested <code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>



+ 1
- 1
docs/manual/OptionalTasks/native2ascii.html View File

@@ -51,7 +51,7 @@

<p>
This task forms an implicit <a href="../CoreTypes/fileset.html">File Set</a>,
and supports all attributes of <code>&lt;fileset&gt;</code>
and supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>src</code>) as well as
nested <code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code>,
and <code>&lt;patternset&gt;</code> elements.


+ 1
- 1
docs/manual/OptionalTasks/netrexxc.html View File

@@ -48,7 +48,7 @@ want to use default exclusions or not. See the section on <a
href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.</p>
<p>This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>srcdir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


+ 1
- 1
docs/manual/OptionalTasks/renameextensions.html View File

@@ -38,7 +38,7 @@ task with a <a href="../CoreTypes/mapper.html#glob-mapper">glob mapper</a> inste
<a href="../dirtasks.html#directorybasedtasks">directory based tasks</a>, on how the
inclusion/exclusion of files works, and how to write patterns.
This task forms an implicit <a href="../CoreTypes/fileset.html">FileSet</a> and
supports all attributes of <code>&lt;fileset&gt;</code>
supports most attributes of <code>&lt;fileset&gt;</code>
(<code>dir</code> becomes <code>srcDir</code>) as well as the nested
<code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code> and
<code>&lt;patternset&gt;</code> elements.</p>


Loading…
Cancel
Save