Author: xavier
Date: Tue Mar 4 09:11:57 2008
New Revision: 633553
URL: http://svn.apache.org/viewvc?rev=633553&view=rev
Log:
fix typos with include/exclude (IVY-711) + add a link to referenced include doc
Modified:
ant/ivy/core/trunk/doc/ivyfile/artifact-exclude.html
Modified: ant/ivy/core/trunk/doc/ivyfile/artifact-exclude.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/ivyfile/artifact-exclude.html?rev=633553&r1=633552&r2=633553&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/ivyfile/artifact-exclude.html (original)
+++ ant/ivy/core/trunk/doc/ivyfile/artifact-exclude.html Tue Mar 4 09:11:57
2008
@@ -31,7 +31,7 @@
It enables to restrict the artifacts required, by excluding artifacts being
published by the dependency or any of its transitive dependencies,
even if configuration does not a good separation of published artifacts
-The same principle concerning configuration as for include applies to this
exclude feature (see above the include feature).
+The same principle concerning configuration as for include applies to this
exclude feature (see the [[ivyfile/dependency-include include]] feature).
Note that exclusion is always done AFTER inclusion has been done.
@@ -61,7 +61,7 @@
<td>No, defaults to type</td></tr>
<tr><td>matcher</td><td>the <a href="../concept.html#matcher">matcher</a>
to use to match the modules to excludes <span class="since">since
1.3</span></td>
<td>No, defaults to exactOrRegexp in pre 1.3 ivy files, and exact in
1.3 and superior</td></tr>
- <tr><td>conf</td><td>comma separated list of the master configurations in
which this artifact should be included.
+ <tr><td>conf</td><td>comma separated list of the master configurations in
which this artifact should be excluded.
'*' wildcard can be used to designate all configurations of this
module</td>
<td>No, defaults to '*', unless nested conf are specified</td></tr>
</tbody>
@@ -72,7 +72,7 @@
<tr><th class="ivy-chld">Element</th><th
class="ivy-chld-desc">Description</th><th
class="ivy-chld-card">Cardinality</th></tr>
</thead>
<tbody>
- <tr><td><a
href="../ivyfile/artifact-exclude-conf.html">conf</a></td><td>configuration in
which the artifact should be included</td>
+ <tr><td><a
href="../ivyfile/artifact-exclude-conf.html">conf</a></td><td>configuration in
which the artifact should be excluded</td>
<td>0..n</td></tr>
</tbody>
</table>